This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script by Craig Lindsey | |
# Will kill the named process and delete the named app from /Applications | |
# and from some path defined in the number 6 parameter. the var $currentUser | |
# is defined for you in the script itself. | |
# $4 is the proscess name | |
# $5 "Application Title.app" | |
# $6 /Users/"$currentUser"/Applications The path in ~/ to search. The var currentUser is defined in the script |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
##################################################################################################### | |
# | |
# ABOUT THIS PROGRAM | |
# | |
# NAME | |
# FirefoxInstall.sh -- Installs or updates Firefox | |
# | |
# SYNOPSIS | |
# sudo FirefoxInstall.sh |