2024-11-03 21:08:48 +00:00
|
|
|
# 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
|
|
|
|
|
|
|
|
## 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>
|
2024-11-03 21:13:00 +00:00
|
|
|
`curl https://myrepos.dev/Randy-Jordan/sh/raw/branch/main/template.sh | /bin/bash` TODO, add gist subpath
|
2024-11-03 21:08:48 +00:00
|
|
|
|
|
|
|
|
|
|
|
## 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.
|