https://github.com/kevinkoech357/bash-scripts
On this repository, you'll find executable BASH scripts that will make your life easier.
https://github.com/kevinkoech357/bash-scripts
Last synced: 10 months ago
JSON representation
On this repository, you'll find executable BASH scripts that will make your life easier.
- Host: GitHub
- URL: https://github.com/kevinkoech357/bash-scripts
- Owner: kevinkoech357
- License: gpl-3.0
- Created: 2023-03-19T09:57:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T08:01:25.000Z (over 2 years ago)
- Last Synced: 2025-01-05T05:41:42.281Z (12 months ago)
- Language: Shell
- Size: 16.6 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
On this repository, you'll find executable BASH scripts that will make your life easier. In some files, I'll be using ffmpeg. Check below on usage:
## git_auto.sh:
git clone the repository to your desired work directory and simply run ```./git_auto.sh```, enter the commit message and type exit when done. You can remove the read command in the file if you like.
```
git clone https://github.com/kevinkoech357/BASH-Scripts.git
```