README.md (338B)
1 # shelllings 2 3 ## about 4 A practical way of learning shell through exercises. 5 This has a focus on a linux environment. 6 This is also mainly a way for me to learn shell as well so bugs and unoptimized code should be expected. 7 8 ## installing and running 9 10 ``` 11 git clone https://gitlab.com/davidvoz/shelllings.git 12 cd shelllings 13 sh run_me.sh 14 ```