shelllings |
git clone https://git.davidvoz.net/shelllings.git
|
| 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://git.disroot.org/davidv/shelllings.git |
| 11 | cd shelllings |
| 12 | sh run_me.sh |
| 13 | ``` |