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
- Host: GitHub
- URL: https://github.com/nerddiffer/script-templates
- Owner: NerdDiffer
- License: isc
- Created: 2015-11-19T19:45:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T19:04:41.000Z (almost 10 years ago)
- Last Synced: 2025-04-06T14:22:44.044Z (12 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`