Skip to content

Instantly share code, notes, and snippets.

@mzaini30
Created April 18, 2018 11:43
Show Gist options
  • Save mzaini30/d648a58f1365040e650d0c9ff2bf6af3 to your computer and use it in GitHub Desktop.
Save mzaini30/d648a58f1365040e650d0c9ff2bf6af3 to your computer and use it in GitHub Desktop.
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