https://github.com/commenthol/shell-snippets
A collection of shell script snippets
https://github.com/commenthol/shell-snippets
Last synced: about 1 month ago
JSON representation
A collection of shell script snippets
- Host: GitHub
- URL: https://github.com/commenthol/shell-snippets
- Owner: commenthol
- License: unlicense
- Created: 2022-02-19T17:19:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T08:07:37.000Z (over 2 years ago)
- Last Synced: 2025-02-26T18:53:38.745Z (over 1 year ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shell-snippets
A collection of shell snippets
This collection has a focus on "somewhat" interoperable shell sippets which should run with `sh` on a variety of OSes.
Please note that some scripts require a `bash` in order to function...
to run the scripts on your local system
sh test_all.sh
for checks on other unix systems make sure to have podman installed
./scripts/test_run.sh
# Unlicense
[Unlicense](https://unlicense.org)
# Contributing
If you like to contribue with a shell snippet which might be of interest please consider opening a pull-request.
# References
- https://github.com/alebcay/awesome-shell
- https://guide.bash.academy/
- http://www.subdude-site.com/WebPages_Local/RefInfo/Computer/Linux/handyCommandsAndScripts/ScriptSnippets/script_snippets.htm