Guest User

Untitled

a guest
Apr 25th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. @echo off
  2. title cloud
  3.  
  4. :app
  5. git status
  6. git add -A .
  7. git commit -m "oke"
  8. git push
  9.  
  10. timeout /t 180 /nobreak
  11. goto app
Add Comment
Please, Sign In to add comment