mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Fix stdin
This commit is contained in:
parent
ea54716774
commit
b7ba08ccdf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue