Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 590 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 590 Bytes

BashScripts

(May or may not) usefull bash scripts

Tips

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).