diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-13 13:30:20 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-13 13:30:20 +0100 |
commit | 75baad96098e75e471bf9b5ca308c520d5a6ec43 (patch) | |
tree | 88bdb40f87b1b5329ac1dbb3c7633bd3bca3cfb2 /etc/functions/gtd-move | |
parent | 1e56c667827d1aff22a527a8f80dc45bb865a382 (diff) |
Updated function and completion file headers
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>" |