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

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

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