Skip to content

pixelcrash/bash-script-collection

Repository files navigation

bash-script-collection

A collection of bash scripts to speed up certain routines

How to make a bash-script

  1. Create a new file in Atom and save it wihtout ending
  2. The filename will be the name of the command f.e. makefolder -> makefolder
  3. Add '#!/bin/bash' to your file header
  4. Add your commands
  5. In Terminal 'chmod a+x '

About

A collection of bash scripts to speed up certain routines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages