DEBSOURCES
Skip Quicknav
sources / task / 2.5.1%2Bdfsg-7 / test / test_hooks / on-modify.dummy
12345678910
#!/bin/sh echo "on-modify executed" while read TASK MODTASK; do echo "Existing task $TASK modified to $MODTASK" echo $MODTASK done exit 0