summaryrefslogtreecommitdiffstats
path: root/content/programming/programming_languages/bash.md
blob: 0bc3eb5f74aa36010d5145496501b3b24cacd17d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
+++
title = "Bash"
weight = 1
+++


# Argument parsing

* [argbash.io](https://argbash.io/)


# Linting

* [shellcheck website](https://www.shellcheck.net/)
* [shellcheck tool](https://github.com/koalaman/shellcheck)