Skip to content

Instantly share code, notes, and snippets.

@irth
Created April 29, 2021 16:09
Show Gist options
  • Save irth/2c3fb430ed6a871486895f2dff435629 to your computer and use it in GitHub Desktop.
Save irth/2c3fb430ed6a871486895f2dff435629 to your computer and use it in GitHub Desktop.
#!/usr/bin/bash
cp -l ~/.last_tex ./main.tex
rm ~/.last_tex
ln -s "$(readlink -f main.tex)" ~/.last_tex
sed -i '/\\begin{document}/,/\\end{document}/{//!d}' main.tex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment