diff --git a/purge-installed b/purge-installed index 8e212fe..f88268b 100755 --- a/purge-installed +++ b/purge-installed @@ -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)"