Skip to content

Instantly share code, notes, and snippets.

@lpanebr
Created October 21, 2016 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lpanebr/45f50dedb47027dd8eaf6c8a9c27e7d4 to your computer and use it in GitHub Desktop.
Save lpanebr/45f50dedb47027dd8eaf6c8a9c27e7d4 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo -n " - PATH ? "
read APP_FOLDER
while [ ! -d $APP_FOLDER ]
do
read -s -p " [!] Hey! PATH must exist: " APP_FOLDER
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment