Fix stdin

This commit is contained in:
Vrganj 2021-01-16 20:02:36 +01:00
parent ea54716774
commit b7ba08ccdf
1 changed files with 1 additions and 1 deletions

View File

@ -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