From 2254b6a792c6804968dd7b9b8d95214f9cde1bbd Mon Sep 17 00:00:00 2001 From: Blake Leverington Date: Tue, 22 Jun 2021 15:01:05 +0200 Subject: [PATCH] Add 'shell_scripts' --- shell_scripts.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shell_scripts.md 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