1
0
Fork 0
wif-exposeeWS24-25/latex/clean.sh

9 lines
116 B
Bash
Raw Permalink Normal View History

2022-11-22 13:00:03 +01:00
#!/bin/sh
RESULT_DIR="result"
OUTPUT_DIR="../temp"
FILE="thesis"
cd tex
rm -rf $OUTPUT_DIR
cd ..
rm -rf $RESULT_DIR