Created
April 18, 2018 11:43
-
-
Save mzaini30/d648a58f1365040e650d0c9ff2bf6af3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true | |
do | |
git status | |
git add -A . | |
git commit -m "oke" | |
git push | |
sleep 3m | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment