Last active
October 25, 2017 04:18
-
-
Save xuhdev/418f4228d0f7ad8c2ec76de36cd16941 to your computer and use it in GitHub Desktop.
Auto push to overleaf
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
watchmedo shell-command \ | |
--patterns='*.pdf' \ | |
--ignore-directories \ | |
--recursive \ | |
--command 'git commit -a -m "U" && git push' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment