Bash
Last updated
Was this helpful?
Last updated
Was this helpful?
It's very useful to use to check any shell code you write.
The proper she-bang for Bash is #!/usr/bin/env bash
.
()
- Collection of pure bash alternatives to external processes.
- Modern boilerplate / framework / standard library for Bash.
- Takes shell functions to the next level by making them easier to define, more flexible, and more interactive.
- Bash script designed to create other bash scripts with argument parsing.
- Bash language server implementation based on Tree Sitter and its grammar for Bash with explainshell integration.