mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Hooks
- Added 'read -t 1' as an example for the on-exit sample hook.
This commit is contained in:
parent
39469a1917
commit
94e243d8d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue