Skip to content

Instantly share code, notes, and snippets.

@KevinLiebergen
Created July 15, 2022 10:16
Show Gist options
  • Save KevinLiebergen/5dd4beda85dcec41e5a388799d02b6ab to your computer and use it in GitHub Desktop.
Save KevinLiebergen/5dd4beda85dcec41e5a388799d02b6ab to your computer and use it in GitHub Desktop.
Shell command to complie in Latex when I change any file
while inotifywait -q -e modify --excludei './.git/' -r .; do make all_latexmk > /dev/null && python -c "print('#'*80)"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment