shelllings |
git clone https://git.davidvoz.net/shelllings.git
|
| 2026-02-05 | exercise 32 find added to master branch | David Voznyarskiy |
| 2026-02-05 | updated git clone from gitlab to disroot | David Voznyarskiy |
| 2026-01-15 | exercise 31 trap added | David Voznyarskiy |
| 2026-01-15 | signing test complete | David Voznyarskiy |
| 2026-01-15 | signing test | David Voznyarskiy |
| master, 14 commits |
| 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 | ``` |