diff options
Diffstat (limited to 'etc/functions/gtd-move')
-rwxr-xr-x | etc/functions/gtd-move | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/functions/gtd-move b/etc/functions/gtd-move index c9eee09..56a861d 100755 --- a/etc/functions/gtd-move +++ b/etc/functions/gtd-move @@ -1,4 +1,7 @@ ## vim:ft=zsh +## Helper for my gtd system +## Copyright (C) 2008 by Daniel Friesel <derf@derf.homelinux.org> +## License: WTFPL <http://sam.zoy.org/wtfpl> if [[ ${#*} != 3 ]] { echo "Usage: gtd-move <from-database> <item> <to-database>" |