shelllings

a practical way to learn shell
git clone https://git.davidvoz.net/shelllings.git
Log | Files | Refs | README | LICENSE

commit 8198f598c1d5a432a5ddab806f10b2a6e6b5c30f
parent 37a2fed590bc50364bc598260ef9e83299a42d05
Author: David Voznyarskiy <davidv@no-reply@disroot.org>
Date:   Thu,  5 Feb 2026 19:49:29 -0800

updated git clone from gitlab to disroot

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -7,7 +7,7 @@ This is also mainly a way for me to learn shell as well so bugs and unoptimized ## installing and running ``` -git clone https://gitlab.com/davidvoz/shelllings.git +git clone https://git.disroot.org/davidv/shelllings.git cd shelllings sh run_me.sh ```