Skip to content

Instantly share code, notes, and snippets.

@mzaini30
Created April 18, 2018 11:45
Show Gist options
  • Save mzaini30/d81531636322ddd3079c968b679b1ad7 to your computer and use it in GitHub Desktop.
Save mzaini30/d81531636322ddd3079c968b679b1ad7 to your computer and use it in GitHub Desktop.
@echo off
title cloud
:app
git status
git add -A .
git commit -m "oke"
git push
timeout /t 180 /nobreak
goto app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment