diff --git a/shell_scripts.md b/shell_scripts.md new file mode 100644 index 0000000..9f0ca11 --- /dev/null +++ b/shell_scripts.md @@ -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) \ No newline at end of file