Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)