commit 2bff386a46454a9fb1740e4a044554d170b4ca3f Author: David Voznyarskiy <31452046-davidvoz@users.noreply.gitlab.com> Date: Tue, 23 Dec 2025 22:39:52 -0800 added readme, initial commit Diffstat:
| A | README.md | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,13 @@ +# shelllings + +A practical way of learning shell through exercises. +This has a focus on a Linux environment, aimed to work with most POSIX-compliant shells. +This is also mainly a way for me to learn shell as well so bugs and unoptimized code should be expected. + +## installing and running + +``` +git clone https://gitlab.com/davidvoz/shelllings.git +cd shelllings +sh run_me.sh +```