https://github.com/haeramkeem/sh-it
mark farina - mu.sh room jazz
https://github.com/haeramkeem/sh-it
bash bash-script
Last synced: 10 months ago
JSON representation
mark farina - mu.sh room jazz
- Host: GitHub
- URL: https://github.com/haeramkeem/sh-it
- Owner: haeramkeem
- Created: 2022-05-07T12:34:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T00:14:16.000Z (over 1 year ago)
- Last Synced: 2025-03-29T08:03:42.964Z (about 1 year ago)
- Topics: bash, bash-script
- Language: Shell
- Homepage:
- Size: 27.8 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SH-IT!!
To save various bash script (or command) hacks
## Basic Usage
If you want to run a script without copying-pasting shit
(especially installation scripts), just type:
```bash
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:
```bash
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:
```bash
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](https://gist.github.com/haeramkeem)