mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 05:32:28 +00:00
Merge branch 'c64-390' of github.com:pzembrod/VolksForth into c64-390
This commit is contained in:
commit
af57b22a7a
@ -50,7 +50,11 @@ then
|
||||
done
|
||||
sleep 0.5
|
||||
|
||||
kill9log="${basedir}/kill-9.log"
|
||||
vicepid=$(jobs -p %1)
|
||||
kill %1
|
||||
(sleep 20; ps -q "${vicepid}" -f --no-headers && \
|
||||
(kill -9 "${vicepid}" ; date)) >> "${kill9log}" 2>&1 &
|
||||
fi
|
||||
|
||||
wait %1 || echo "x64 returned $?"
|
||||
|
Loading…
Reference in New Issue
Block a user