shelllings

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

commit 2bff386a46454a9fb1740e4a044554d170b4ca3f
Author: David Voznyarskiy <31452046-davidvoz@users.noreply.gitlab.com>
Date:   Tue Dec 23 22:39:52 2025 -0800

    added readme, initial commit

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6a6ec16
--- /dev/null
+++ 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
+```