shelllings

a practical way to learn shell
git clone https://git.davidvoz.net/shelllings
Log | Files | Refs | README | LICENSE

README.md (377B)


      1 # shelllings
      2 
      3 A practical way of learning shell through exercises.
      4 This has a focus on a Linux environment, aimed to work with most POSIX-compliant shells.
      5 This is also mainly a way for me to learn shell as well so bugs and unoptimized code should be expected.
      6 
      7 ## installing and running
      8 
      9 ```
     10 git clone https://gitlab.com/davidvoz/shelllings.git
     11 cd shelllings
     12 sh run_me.sh
     13 ```