Skip to content

Commit 4b22709

Browse files
committed
restructure output dir a bit
1 parent 8baae75 commit 4b22709

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/feather/script/update-syn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ ulimit -v $(( 1 * 10 ** 6 ))
99
ulimit -t $(( 10 * 60 ))
1010

1111
ROOT_DIR=/home/pugscode
12-
DEST_DIR=$ROOT_DIR/syn
12+
DEST_DIR=$ROOT_DIR/html/syn
1313
MU_DIR=$ROOT_DIR/mu
1414
TEST_DIR=$ROOT_DIR/roast
1515
POD_DIR="$ROOT_DIR/specs"
1616

17+
mkdir -p $DEST_DIR;
18+
1719
for i in $MU_DIR $TEST_DIR $POD_DIR
1820
do
1921
if [ ! -d $i ]; then

0 commit comments

Comments
 (0)