From 814f8275918c06c0ea2eec2dbf4eeb26c9263992 Mon Sep 17 00:00:00 2001 From: Randy Jordan Date: Sun, 3 Nov 2024 15:13:00 -0600 Subject: [PATCH] Updated readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4411262..2fe4fa1 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,12 @@ Bash scripts and files related to them. ## Features / TODOS + Easy automation -- [ ] Update scripts with template. ## Usage To make .sh executable just:
`chmod +x filename.sh` and then execute like this `./filename.sh`
For ease of use add the folder (such as /sh) to your $PATH. You can also:
-`curl https://myrepos.dev | /bin/bash` TODO, add gist subpath +`curl https://myrepos.dev/Randy-Jordan/sh/raw/branch/main/template.sh | /bin/bash` TODO, add gist subpath ## Credits / Resources