1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Merge pull request #5455 from FaiqMahmood/patch-1

Add interactive shell tutorial
This commit is contained in:
dsh
2024-05-10 12:52:53 +01:00
committed by GitHub

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)