Hooks: Improved comments in sample hook script

This commit is contained in:
Daniel Shahaf 2015-08-12 23:21:16 -04:00 committed by Paul Beckingham
parent 78529f5110
commit 218f074609

View file

@ -1,7 +1,10 @@
#!/bin/sh #!/bin/sh
# The on-exit event is triggered once, after all processing is complete. # The on-exit event is triggered once, after all processing is complete.
# This hooks script has no effect on processing. # This hook script has no effect on processing.
# Input:
# - line of JSON for each modified task
# Output: # Output:
# - Optional feedback/error. # - Optional feedback/error.