Skip to content

adal877/BashScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages