I hoping by the end of this thread someone will be able to tell me why this script isn't working. Hoping once it has been fixed, others will use as needed. Thank you - this just fails.
!/bin/sh
!/bin/bash
loggedInUser=/bin/ls -l /dev/console | /usr/bin/awk '{ print $3 }'
rm -rf /Applications/FileMaker Pro 12/FileMaker Pro.app
rm -rf /Applications/FileMaker Pro 13/FileMaker Pro.app
rm -rf /Applications/FileMaker Pro 14/FileMaker Pro.app
rm -rf /Applications/FileMaker Pro 15/FileMaker Pro.app
exit 0
