https://github.com/kylemicros/linux-bash
A collection of personally-used bash scripts on Linux
https://github.com/kylemicros/linux-bash
bash bash-script linux
Last synced: 5 months ago
JSON representation
A collection of personally-used bash scripts on Linux
- Host: GitHub
- URL: https://github.com/kylemicros/linux-bash
- Owner: kylemicros
- Created: 2024-08-15T08:37:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T09:10:56.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T18:16:06.373Z (about 1 year ago)
- Topics: bash, bash-script, linux
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linux-bash
This is a collection of bash scripts that I use on Linux.
What to install:
* bash
* git
## Install
```bash
git clone https://github.com/kylemicros/linux-bash.git
```
## Usage
```bash
cd linux-bash
./install.sh
```