/leanring-shell

This is a simple documentation of my journey learning shell scripting

Primary LanguageShellMIT LicenseMIT

leanring-shell

This is a simple documentation of my journey learning shell scripting using this tutorial. And yes, I know I misspelt leanring (Oops, there we go again)

This is the first code that simply prints hello world.
Hurray! I already know bash. (Time to hack NASA 😂😂😂)

This script takes arguments and pipes them to a text file in the same directory as the script itself

Now we're getting fancy!. This builds on the idea above and adds a (cli?) prompt. Anything else is for peasants at this point. update: addded conditional execution. See below

With conditional execution, we're already on our way to create our very own AI. 🥱🥱
And I thought programming was supposed to be harder! 🤓