From 3779e403cf657c41c776612a2eb3e48f2d590e75 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 30 Jan 2011 19:31:25 +0000 Subject: Add gtd script. --- scripts/gtd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/gtd diff --git a/scripts/gtd b/scripts/gtd new file mode 100755 index 0000000..671ac86 --- /dev/null +++ b/scripts/gtd @@ -0,0 +1,5 @@ +#!/bin/sh + +x=$HOME/GTD +exec gedit $x/inbox.mdwn $x/next.mdwn $x/projects.mdwn \ + $x/someday.mdwn $x/waiting.mdwn -- cgit v1.2.1