Updated readme

This commit is contained in:
Randy Jordan 2024-11-03 15:13:00 -06:00
parent 4e4f709edd
commit 814f827591
Signed by: Randy-Jordan
GPG Key ID: D57FA29E3B54663E

View File

@ -14,13 +14,12 @@ Bash scripts and files related to them.
## Features / TODOS ## Features / TODOS
+ Easy automation + Easy automation
- [ ] Update scripts with template.
## Usage ## Usage
To make .sh executable just:<br> To make .sh executable just:<br>
`chmod +x filename.sh` and then execute like this `./filename.sh`<br> `chmod +x filename.sh` and then execute like this `./filename.sh`<br>
For ease of use add the folder (such as /sh) to your $PATH. You can also:<br> For ease of use add the folder (such as /sh) to your $PATH. You can also:<br>
`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 ## Credits / Resources