Skip to content

My self-written [Shell|Batch|Apple|Python|Powershell]scripts which I tried while using Linux and Windows systems with the main focus of system utilities and automating stuffs :)

License

Notifications You must be signed in to change notification settings

HarshPanchal18/OS-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

My self-written [Shell|Batch|Apple|Python|Powershell]scripts which I tried while using Linux and Windows systems with the main focus of system utilities and automating stuffs :)

Topics

Resources

License

Stars

Watchers

Forks