aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/read.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/read.sh')
-rw-r--r--scripts/read.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/read.sh b/scripts/read.sh
index 38535e6..f26ba11 100644
--- a/scripts/read.sh
+++ b/scripts/read.sh
@@ -8,4 +8,4 @@ fi
8 8
9scanfile=${SCANFILE:-/tmp/scanfile} 9scanfile=${SCANFILE:-/tmp/scanfile}
10pid="$1" 10pid="$1"
11watch -d -n 1 "xargs -r -a ${scanfile} ./hack.out ${pid} read 8 > /tmp/out 2> /dev/null && pr -t -m ${scanfile} /tmp/out" 11watch -d -n 1 "xargs -r -a ${scanfile} ./trainer ${pid} read 8 > /tmp/out 2> /dev/null && pr -t -m ${scanfile} /tmp/out"