export to two subdirs

This commit is contained in:
Bryson Steck 2022-06-05 02:19:09 -06:00
parent b4a78e144c
commit f256923094

View file

@ -150,7 +150,7 @@ fi
# start extract ----------------------------------------------------------------- # start extract -----------------------------------------------------------------
if [[ $CYGWIN ]]; then if [[ $CYGWIN ]]; then
cmd /C wit extract $1 RMCE01 cmd /C "wit extract $1 RMCE01\DATA"
ERROR="$?" ERROR="$?"
else else
wit extract $1 RMCE01 wit extract $1 RMCE01