summaryrefslogtreecommitdiffstats
path: root/computer/programming/bash.md
diff options
context:
space:
mode:
Diffstat (limited to 'computer/programming/bash.md')
-rw-r--r--computer/programming/bash.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/computer/programming/bash.md b/computer/programming/bash.md
new file mode 100644
index 0000000..fc13870
--- /dev/null
+++ b/computer/programming/bash.md
@@ -0,0 +1,14 @@
+---
+title: Bash
+---
+
+## Argument parsing
+
+* [argbash.io](https://argbash.io/)
+
+
+## Linting
+
+* [shellcheck website](https://www.shellcheck.net/)
+* [shellcheck tool](https://github.com/koalaman/shellcheck)
+