(May or may not) usefull bash scripts
After to download, make sure the script(s) that you wanna use has the executable permissions:
cd BashScripts && for i in $(ls); do [ -x $i ] && echo "$i -> TRUE" || echo "$i -> FALSE"; done
This simple code prints the name of the file in the BashScripts directory followed by TRUE
if the file is executable or FALSE
if it's not.
Any idea to improve or Do you wanna to help increasing this repository? Please, let me know:
- gmail: [email protected] (please, use 'Suggestion', 'Idea' or 'Comment' in the subject field).