https://github.com/lambdacasserole/useful-bash-things
A collection of Bash scripts and snippets that I find useful.
https://github.com/lambdacasserole/useful-bash-things
bash scripts snippets
Last synced: 2 months ago
JSON representation
A collection of Bash scripts and snippets that I find useful.
- Host: GitHub
- URL: https://github.com/lambdacasserole/useful-bash-things
- Owner: lambdacasserole
- License: mit
- Created: 2016-10-02T18:32:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T21:10:50.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T20:17:20.512Z (over 1 year ago)
- Topics: bash, scripts, snippets
- Language: Shell
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/decrypt-dir.sh
Awesome Lists containing this project
README
# Useful Bash Things
A collection of Bash scripts and snippets that I find useful.

## /crontab/*
These files contain snippets runnable from within `crontab`. Usually things to do with updates and/or SSL certificate renewals.
## /home/*
These files contain snippets I find useful to include in any of the files under a users home (`~`) directory on Linux. They're named with the convention `n-f.sh` where:
* `n` is the name of the file the snippet should be included in, excluding any leading dots
* `f` is the piece of functionality the snippet provides, with words separated by dashes
## /pontoon/*
Contains bash scripts I find useful to run from [Pontoon](https://github.com/lambdacasserole/pontoon) installations. The most prominent being `deploy.sh` which runs a `git pull` followed by installation commands for my most commonly used package managers and build system.
## Contributing
This is really just a dump of snippets, but if you spot something useful/have a correction feel free to put in a PR.