compute/bash-skeleton.md
... ...
@@ -1,5 +1,7 @@
1 1
# Bash script skeleton
2 2
3
+Sensible stuff most scripts can use.
4
+
3 5
```sh
4 6
#!/usr/bin/env bash
5 7
# Script to do stuff