Bash scripts and files related to them.
Go to file
2024-11-03 15:11:20 -06:00
LICENSE Added license and template 2024-11-03 15:11:20 -06:00
README.md first commit 2024-11-03 15:08:48 -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
  • Update scripts with template.

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 | /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.