Skip to content

Instantly share code, notes, and snippets.

@rderewianko
Created December 21, 2015 02:20
Show Gist options
  • Save rderewianko/e0330ccc349cc99cb86f to your computer and use it in GitHub Desktop.
Save rderewianko/e0330ccc349cc99cb86f to your computer and use it in GitHub Desktop.
removeFramework
#!/bin/sh
if [ $1 = "removeFramework" ]; then
echo "Framework Removing"
#put your removal script here...
else
/usr/local/bin/jamf $1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment