Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 810 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 810 Bytes

MyShellScript

  • I'm falling in love with bash and will probably add new scripts to the collection and improve existing ones.

  • Some handy scripts I tend to need all around.

  • A collection of generally useful set of scipts and snippets, and configs.

  • Rather than a set of gists to copy paste, this is a repository of multiple files that can be deployed collectively.

  • There's a lot of old stuff from my early linux-learning days, and a lot of horrible bash code. Please don't judge on these contents ;-)


Execution steps:

Give the file permission to execute by using chmod command and put +x for execution.

chmod +x file.sh

And then execute by following

./file.sh

or

bash file.sh
  • For Applescripts
osascript file.applescript

  • Feel free to contribute!