shelllings

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

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```