master-thesis/bin/export-thesis.sh
2019-08-21 11:40:45 +02:00

7 lines
104 B
Bash
Executable file

#!/bin/sh
set -x
( cd doc && make )
tar cv --exclude-from=.tarignore . | xz > ~/master-thesis.tar.xz