Compare commits

...

3 Commits

Author SHA1 Message Date
Edwin Kofler 23cb7c26e7
Merge 51b7e89c90 into 14e8bf59c6 2023-12-18 23:32:29 +00:00
Edwin Kofler 51b7e89c90
Add more Bash web projects 2023-12-18 15:30:15 -08:00
Aloïs de Gouvello 14e8bf59c6
Add shellharden (#60)
Co-authored-by: Edwin Kofler <edwin@kofler.dev>
2023-12-18 15:28:34 -08:00
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@ In addition to this list, you should read the list [awesome-shell](https://githu
- [Defensive BASH Programming](https://web.archive.org/web/20180917174959/http://www.kfirlavi.com/blog/2012/11/14/defensive-bash-programming) - Methods to defend your programs from breaking as well as keeping the code tidy and clean.
- [Pure Bash Bible](https://github.com/dylanaraps/pure-bash-bible) - A collection of pure bash alternatives to external processes.
- [explainshell](https://explainshell.com) - A website that breaks down and explains shell (Bash) commands (including their flags and options).
- [Safe ways to do things in bash](https://github.com/anordal/shellharden/blob/master/how_to_do_things_safely_in_bash.md) - How to do things safely in Bash.
## Command-Line Productivity
@ -81,6 +82,9 @@ In addition to this list, you should read the list [awesome-shell](https://githu
- [balls](https://github.com/jneen/balls) - Bash on Balls.
- [bashttpd](https://github.com/avleen/bashttpd) - A web server written in Bash.
- [sherver](https://github.com/remileduc/sherver) - Pure Bash lightweight web server.
- [httpd.sh](https://github.com/cemeyer/httpd.sh) - A trivial web server in bash, using ctypes.sh.
- [Bash-web-server](https://github.com/dzove855/Bash-web-server) - A purely bash web server, no socat, netcat, etc.
- [bash-stack](https://github.com/cgsdev0/bash-stack) - modern web framework in bash.
- [Dropbox-Uploader](https://github.com/andreafabrizi/Dropbox-Uploader) - Dropbox Uploader is a Bash script which can be used to upload, download, list or delete files from Dropbox.
- [ngincat](https://github.com/jaburns/ngincat) - Tiny Bash HTTP server using netcat.
- [xiringuito](https://github.com/ivanilves/xiringuito) - SSH-based VPN for poors.
@ -140,6 +144,7 @@ In addition to this list, you should read the list [awesome-shell](https://githu
- [mo](https://github.com/tests-always-included/mo) - Mustache templates in pure bash.
- [semver_bash](https://github.com/cloudflare/semver_bash) - Semantic Versioning in Bash.
- [shellcheck](https://github.com/koalaman/shellcheck) - A static analysis tool for shell scripts.
- [shellharden](https://github.com/anordal/shellharden) - The corrective bash syntax highlighter.
- [shfmt](https://github.com/mvdan/sh) - Format bash programs.
- [shunit2](https://github.com/kward/shunit2) - A unit test framework for Bash scripts with a flavour of JUnit/PyUnit.
- [DevOps-Bash-tools](https://github.com/HariSekhon/DevOps-Bash-tools) - 750+ DevOps Shell Scripts and Advanced Bash environment.