common.sh (116B)
1 #!/bin/sh 2 3 export OUT=out 4 export OPTS="-output-directory=$OUT" 5 export SRC=document.tex 6 7 [ ! -d $OUT ] && mkdir $OUT