Skip to content

Instantly share code, notes, and snippets.

View anegrila's full-sized avatar

Adrian Negrila anegrila

View GitHub Profile
@grahampugh
grahampugh / Remove Application.sh
Last active July 8, 2024 00:03
A Jamf Pro script to remove applications in the Applications folder.
#!/bin/bash
#######################################################################
#
# Remove Application Script for Jamf Pro
#
# This script can delete apps that are sandboxed and live in /Applications
#
# The first parameter is used to kill the app. It should be the app name or path
# as required by the pkill command.