forked from steinberger/wif-exposee
9 lines
116 B
Bash
9 lines
116 B
Bash
|
#!/bin/sh
|
||
|
RESULT_DIR="result"
|
||
|
OUTPUT_DIR="../temp"
|
||
|
FILE="thesis"
|
||
|
cd tex
|
||
|
rm -rf $OUTPUT_DIR
|
||
|
cd ..
|
||
|
rm -rf $RESULT_DIR
|