- Added 'read -t 1' as an example for the on-exit sample hook.
This commit is contained in:
Paul Beckingham 2014-10-09 19:05:24 -04:00
parent 39469a1917
commit 94e243d8d0

View file

@ -11,7 +11,7 @@
# - all emitted non-JSON lines are considered feedback messages if the exit # - all emitted non-JSON lines are considered feedback messages if the exit
# code is zero, otherwise they are considered errors. # code is zero, otherwise they are considered errors.
while read modified_task while read -t 1 modified_task
do do
# Scan task # Scan task
done done