To save various bash script (or command) hacks
If you want to run a script without copying-pasting shit (especially installation scripts), just type:
bash <(curl -sL https://raw.githubusercontent.com/haeramkeem/sh-it/main/path/to/script)
If you want to source
a script to use functions or sh-it,
just type:
source <(curl -sL https://raw.githubusercontent.com/haeramkeem/sh-it/main/path/to/script)
If you want to download a boilerplate or sh-it, just type:
curl -sLO https://raw.githubusercontent.com/haeramkeem/sh-it/main/path/to/script
Or you can just look around the scripts I pushed in here