Skip to content

Instantly share code, notes, and snippets.

@inducer
Created May 29, 2014 15:29
Show Gist options
  • Save inducer/a635284ae05eb3dc14b2 to your computer and use it in GitHub Desktop.
Save inducer/a635284ae05eb3dc14b2 to your computer and use it in GitHub Desktop.
#! /bin/zsh
setopt -o EXTENDED_GLOB
cp -R /usr/share/texlive/texmf-dist/tex/latex/tcolorbox .
tar cvfz loopy-submission.tar.gz --transform='s,.*/,,' \
loopy.{tex,bib} out/loopy.bbl media/*.pdf *.cls \
tcolorbox/*
rm -Rf tcolorbox
~/research/writeups/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment