first commit

This commit is contained in:
Randy Jordan 2024-11-03 15:08:48 -06:00
commit 6bddfe95b0
Signed by: Randy-Jordan
GPG Key ID: D57FA29E3B54663E

32
README.md Normal file
View File

@ -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:<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>
`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. <br>
[Bash Cheat Sheet](https://devhints.io/bash)<br>
## License
This project is licensed under GPLv3 - see the [LICENSE](LICENSE) file for details.