summaryrefslogtreecommitdiff
path: root/blog/src/a/shell_scripting.md
diff options
context:
space:
mode:
Diffstat (limited to 'blog/src/a/shell_scripting.md')
-rw-r--r--blog/src/a/shell_scripting.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/blog/src/a/shell_scripting.md b/blog/src/a/shell_scripting.md
index b337aac..b2b72a5 100644
--- a/blog/src/a/shell_scripting.md
+++ b/blog/src/a/shell_scripting.md
@@ -1,4 +1,12 @@
-# Shell scripting tutorial video notes
+title: Shell scripting tutorial video notes
+author: David Luévano
+lang: en
+summary: Notes of videos about shell scripting, as requested by a mentor of mine.
+tags: linux
+ shell
+ scripting
+ notes
+ english
Another summary, this time about shell scripting in general. And just like with the [Linux notes](https://blog.luevano.xyz/a/linux_video_notes), I also did most of the notes myself or with resources outside the video. The videos in question are: [The Bad Tutorials (YT): Shell Scripting Tutorials](https://www.youtube.com/playlist?list=PL7B7FA4E693D8E790) and [Automation with SCripting (YT): Complete Shell Scripting Tutorials](https://www.youtube.com/playlist?list=PL2qzCKTbjutJRM7K_hhNyvf8sfGCLklXw). Also, some notes were taken from [tutorialspoint: UNIX / LINUX Tutorial](https://www.tutorialspoint.com/unix/index.htm) and general googling.