Merge pull request #18 from matthiasbeyer/imag-todo/add-example-hook-scripts
Imag todo/add example hook scripts
This commit is contained in:
commit
3a8988bf93
2 changed files with 8 additions and 0 deletions
4
imag-todo/etc/on-add.sh
Normal file
4
imag-todo/etc/on-add.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#/!usr/bin/env bash
|
||||||
|
|
||||||
|
imag todo tw-hook --add
|
||||||
|
|
4
imag-todo/etc/on-modify.sh
Normal file
4
imag-todo/etc/on-modify.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#/!usr/bin/env bash
|
||||||
|
|
||||||
|
imag todo tw-hook --delete
|
||||||
|
|
Loading…
Reference in a new issue