667 B
667 B
Bash Scripts
This repository is an assortment of my various bash scripts. I've created it largely as a way to organize my many scripts such that they can be easily accessed without having to search through directories to find them.
Some example commands you can run to get started:
git clone https://git.randomctf.com/random936/bash-scripts
source bash-scripts/aliases.sh
Example Usage
Running the example command below:
echo test stdin | run hello world from terminal
Returns the following results:
Hello world!
Got CLI arguments:
1: from
2: terminal
Recieved stdin:
test stdin