shelllings

a practical way to learn shell
git clone https://git.davidvoz.net/shelllings.git
index
logs
tree
license

Recent Commits
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

Head Branch
master, 14 commits

README.md
1# shelllings
2
3A practical way of learning shell through exercises.
4This has a focus on a Linux environment, aimed to work with most POSIX-compliant shells.
5This 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```
10git clone https://git.disroot.org/davidv/shelllings.git
11cd shelllings
12sh run_me.sh
13```