@ -1,6 +1,6 @@
#!/bin/bash
#$1 is the path to the program folder being installed. For example, /home/pi/pi-apps/apps/Arduino
#$1 is the path to the program folder being installed. For example, ~/pi-apps/apps/Arduino
#Example usage: ~/pi-apps/uninstall-installed ~/pi-apps/apps/Arduino
PRG="$(echo "$1" | tr '/' '\n' | tail -1)"