Fix stdin
This commit is contained in:
parent
ea54716774
commit
b7ba08ccdf
|
@ -21,7 +21,7 @@ arg=$(basename $argpath)
|
|||
mkdir -p $basepath/tmp/$epoch
|
||||
chmod 777 $basepath/tmp/$epoch
|
||||
cat $2 > $basepath$filepath
|
||||
cat $3 > $basepath$argpath
|
||||
echo $3 > $basepath$stdinpath
|
||||
echo "${@:4}" > $basepath$argpath
|
||||
|
||||
# process incrementor
|
||||
|
|
Loading…
Reference in New Issue