An open API service indexing awesome lists of open source software.

https://github.com/nerddiffer/script-templates

templates of various bash scripts
https://github.com/nerddiffer/script-templates

Last synced: 8 months ago
JSON representation

templates of various bash scripts

Awesome Lists containing this project

README

          

# Scripts

Store & work out any useful scripts or templates here. I can never remember the
damn commands for these kinds of things, so I `ack` the comments in the script
files and go from there.

#### Permissions

As a precaution, I'm *trying to* keep their permissions non-executable while
I'm not using them.

`chmod -x /path/to/script-file.sh`

Just flip the executable permissions when you're using them...

`chmod +x /path/to/script-file.sh`