Add 'shell_scripts'

Blake Leverington 2021-06-22 15:01:05 +02:00
parent 9d565f1771
commit 2254b6a792

8
shell_scripts.md Normal file

@ -0,0 +1,8 @@
# Running scripts from the shell
There are several flavours of Linux shells. Bash is one of the most common.
## Bourne-Again SHell (BASH)
- [Bash scripting cheatsheet](https://devhints.io/bash)
- [30 Bash script examples](https://linuxhint.com/30_bash_script_examples/)
- [Bash Scripting Tutorial for beginners](https://linuxconfig.org/bash-scripting-tutorial-for-beginners)