Skip to content

Instantly share code, notes, and snippets.

@yosmoc
Created December 30, 2010 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yosmoc/759597 to your computer and use it in GitHub Desktop.
Save yosmoc/759597 to your computer and use it in GitHub Desktop.
#!/bin/sh
CMD='--tag action';
if [ "x$1" != "x" ]; then
CMD="$@"
fi
# todo.pl $CMD editdump
todo.pl $CMD download ; $EDITOR tasks.txt ; todo.pl upload tasks.txt
exec $0 $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment