1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-26 10:34:40 +02:00

Update 100-bash-scripting.md

Added link to an interactive shell scripting tutorial
This commit is contained in:
Faiq Mahmood
2024-04-02 23:20:33 +02:00
committed by GitHub
parent 5a56b0f753
commit e5e03c76a3

View File

@@ -1,3 +1,4 @@
# Bash scripting
- [Bash Scripting Tutorial](https://www.freecodecamp.org/news/bash-scripting-tutorial-linux-shell-script-and-command-line-for-beginners/)
- [Bash Scripting Tutorial](https://www.freecodecamp.org/news/bash-scripting-tutorial-linux-shell-script-and-command-line-for-beginners/)
- [Interactive Shell Scripting Tutorial](https://www.learnshell.org/en/Welcome)