Skip to content

Instantly share code, notes, and snippets.

View FlorinLupas's full-sized avatar
💭
I may be slow to respond.

Florin Lupas FlorinLupas

💭
I may be slow to respond.
  • Romania, Cluj-Napoca
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.