Initial commit

This commit is contained in:
2025-12-06 13:50:26 -06:00
commit 147d3c9cd2
7 changed files with 601 additions and 0 deletions

44
README.md Normal file
View File

@@ -0,0 +1,44 @@
# SH
## Description
Bash scripts and files related to them.
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Usage](#usage)
- [Credits / Resources](#credits--resources)
- [Cheatsheets](#cheatsheets)
- [License](#license)
## Features / TODOS
+ Easy automation
+ Template with flags and params.
+ Bare template with simple logic.
- [ ] TODO Cheat Sheets.<br>
- [ ] TODO Better Examples.<br>
- [ ] TODO Better Usage Guide.<br>
## 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.<br>
## Credits / Resources
[Bash Cheat Sheet](https://devhints.io/bash)<br>
[Minimal Bash Template](https://betterdev.blog/minimal-safe-bash-script-template/)<br>
[Awesome Cheatsheets](https://github.com/LeCoupa/awesome-cheatsheets/)<br>
[Rehan Saeed - Bash Cheat Sheet](https://github.com/RehanSaeed/Bash-Cheat-Sheet/blob/main/README.md)<br>
[Bash-hackers wiki](https://web.archive.org/web/20230406205817/https://wiki.bash-hackers.org/)<br>
[Shell vars](https://web.archive.org/web/20230318164746/https://wiki.bash-hackers.org/syntax/shellvars)<br>
[Learn bash in y minutes](https://learnxinyminutes.com/docs/bash/)<br>
[Bash Guide](http://mywiki.wooledge.org/BashGuide)<br>
[ShellCheck](https://www.shellcheck.net/)<br>
[Command line Refrence](https://ss64.com/)<br>
[Bash strict mode](https://github.com/guettli/bash-strict-mode)<br>
## License
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.