Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jmau111/bash-scripts

Various Bash scripts that used to be separate repos. All-In-One repo!
https://github.com/jmau111/bash-scripts

bash-script experimental fun poc terminal

Last synced: 27 days ago
JSON representation

Various Bash scripts that used to be separate repos. All-In-One repo!

Awesome Lists containing this project

README

        

# Bash Scripts

Various Bash that used to be separate repos. All-In-One repo!

## How to use submodules

You may need the following command if it's your first clone of the project:

```
git clone [email protected]:jmau111/bash-scripts.git && cd bash-scripts
git submodule update --init --recursive
```

Otherwise, you may download each script one by one.

## How to execute the scripts

Clone the project or download the script you want and use `chmod +x [ SCRIPT_FILE ]` to make executable.

Then you can do `./[ SCRIPT_FILE ]`.

Alternatively, you can use `bash [ SCRIPT_FILE ]`