commit 6bddfe95b0f990fdfd37582c302d4e6f25f076b2 Author: Randy Jordan Date: Sun Nov 3 15:08:48 2024 -0600 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..4411262 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# SH + +## Description +Bash scripts and files related to them. + +## Table of Contents + +- [Description](#description) +- [Features](#features) +- [Usage](#usage) +- [Credits / Resources](#credits--resources) +- [License](#license) + +## 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 + + +## Credits / Resources +See the [dot repo](https://myrepos.dev/Randy-Jordan/dot) for information on configuration scripts.
+ +[Bash Cheat Sheet](https://devhints.io/bash)
+ +## License +This project is licensed under GPLv3 - see the [LICENSE](LICENSE) file for details.