summaryrefslogtreecommitdiff
path: root/blog/src/a/shell_scripting.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-03-15 19:55:21 -0700
committerDavid Luevano Alvarado <david@luevano.xyz>2021-03-15 19:55:21 -0700
commit17dc30770756a32a11507f1e81e5b7ce94b7c046 (patch)
tree82461b3376c2293ebd64c1691a7a3547f6a5d346 /blog/src/a/shell_scripting.md
parent7c31d84f9450aca3b366a556db85bdd494fff2f9 (diff)
Add new entries and reflect updated blog (now with timestamps!)
Diffstat (limited to 'blog/src/a/shell_scripting.md')
-rw-r--r--blog/src/a/shell_scripting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/src/a/shell_scripting.md b/blog/src/a/shell_scripting.md
index abcddbc..b337aac 100644
--- a/blog/src/a/shell_scripting.md
+++ b/blog/src/a/shell_scripting.md
@@ -1,6 +1,6 @@
# Shell scripting tutorial video notes
-Another summary, this time about shell scripting in general. And just like with the [Linux notes](https://blog.luevano.xyz/a/linux_video_notes.html), 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.
+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.
## Basic concepts