Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/jmau111/bash-scripts
- Owner: jmau111
- License: gpl-3.0
- Created: 2023-02-23T22:06:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-25T14:38:18.000Z (over 1 year ago)
- Last Synced: 2023-08-17T14:08:59.858Z (about 1 year ago)
- Topics: bash-script, experimental, fun, poc, terminal
- Language: Shell
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ]`