Bash scripts
Go to file
2025-03-22 20:26:21 -05:00
CHEATSHEET.md Initial commit 2025-03-22 20:12:33 -05:00
config.sh Initial commit 2025-03-22 20:12:33 -05:00
kernel_dl.sh Initial commit 2025-03-22 20:12:33 -05:00
pkg.sh Initial commit 2025-03-22 20:12:33 -05:00
README.md Added reference, fixed Readme 2025-03-22 20:26:21 -05:00
repoc.sh Initial commit 2025-03-22 20:12:33 -05:00
template.sh Initial commit 2025-03-22 20:12:33 -05:00

SH

Description

Bash scripts and files related to them.

Table of Contents

Features / TODOS

  • Easy automation
  • Template with flags and params.
  • Bare template with simple logic.
  • Cheat Sheets [ ] TODO Better Examples. [ ] TODO Better Usage Guide. [ ] Reformat lines 812+ of cheatsheet into .MD

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/Randy-Jordan/sh/raw/branch/main/template.sh | /bin/bash TODO, add gist subpath

Credits / Resources

Bash Cheat Sheet
Minimal Bash Template
Awesome Cheatsheets
Rehan Saeed - Bash Cheat Sheet
Bash-hackers wiki
Shell vars
Learn bash in y minutes
Bash Guide
ShellCheck
Command line Refrence

Cheatsheets

Sourced from above and compiled in to one cheatsheet.md in the repo.

License

This project is licensed under MIT - see the LICENSE file for details.