Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haeramkeem/sh-it
mark farina - mu.sh room jazz
https://github.com/haeramkeem/sh-it
bash bash-script
Last synced: 8 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T13:17:43.000Z (2 months ago)
- Last Synced: 2024-09-15T14:44:41.591Z (2 months ago)
- Topics: bash, bash-script
- Language: Shell
- Homepage:
- Size: 27.7 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)