Bash scripts and files related to them.
Go to file
2024-11-03 17:34:17 -06:00
config.sh Added config script 2024-11-03 17:17:47 -06:00
LICENSE Added license and template 2024-11-03 15:11:20 -06:00
README.md Updated readme 2024-11-03 15:13:00 -06:00
repoc.sh Added config script 2024-11-03 17:17:47 -06:00
target.sh Added target script 2024-11-03 17:34:17 -06:00
template.sh Added license and template 2024-11-03 15:11:20 -06:00

SH

Description

Bash scripts and files related to them.

Table of Contents

Features / TODOS

  • Easy automation

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

See the dot repo for information on configuration scripts.

Bash Cheat Sheet

License

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