diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2024-04-23 19:38:50 +0300 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2024-04-23 19:38:50 +0300 |
| commit | 6bf809731abfd1893e73f6c6b35d0a22dacd6fb2 (patch) | |
| tree | 2badb20131925d49384ae4f81924f02bcff58617 /scripts/read.sh | |
| parent | Added the presentation (diff) | |
| download | linux-game-trainer-6bf809731abfd1893e73f6c6b35d0a22dacd6fb2.tar.gz linux-game-trainer-6bf809731abfd1893e73f6c6b35d0a22dacd6fb2.zip | |
Small changes to the Makefile and the scripts
Diffstat (limited to 'scripts/read.sh')
| -rw-r--r-- | scripts/read.sh | 2 |
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 | ||
| 9 | scanfile=${SCANFILE:-/tmp/scanfile} | 9 | scanfile=${SCANFILE:-/tmp/scanfile} |
| 10 | pid="$1" | 10 | pid="$1" |
| 11 | watch -d -n 1 "xargs -r -a ${scanfile} ./hack.out ${pid} read 8 > /tmp/out 2> /dev/null && pr -t -m ${scanfile} /tmp/out" | 11 | watch -d -n 1 "xargs -r -a ${scanfile} ./trainer ${pid} read 8 > /tmp/out 2> /dev/null && pr -t -m ${scanfile} /tmp/out" |
