#!/bin/sh echo "on-modify executed" read -r TASK read -r MODTASK echo "Existing task $TASK modified to $MODTASK" printf "%s\n" "$MODTASK" exit 0