https://github.com/olivierjm/scripts
Scripts that I find useful and probably can help you too
https://github.com/olivierjm/scripts
bash-script
Last synced: 3 months ago
JSON representation
Scripts that I find useful and probably can help you too
- Host: GitHub
- URL: https://github.com/olivierjm/scripts
- Owner: OlivierJM
- Created: 2017-04-03T08:23:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T15:23:23.000Z (over 6 years ago)
- Last Synced: 2025-03-20T00:49:54.320Z (3 months ago)
- Topics: bash-script
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scripts
Some Scripts to make life easier and make myself more lazy
# Javascript, Python3, Bash# kindle
The kindle scripts installs apk in a certain directory to all connected kindles or android phones
it does it in a synchronious way# commit
The commit script does the basic git commands(add, commit and push) it takes in an argument of your commit message
Please don't forget to give it a commit message
Export the path to the commit script and add an alias in .bashrc (like) and run it with just typing 'c' from anywhere