summaryrefslogtreecommitdiffstats
path: root/computer/programming/bash.md
blob: fc13870ab42b16aa24faa0bec65f1c2de1392b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: Bash
---

## Argument parsing

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


## Linting

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