#!/bin/sh

set -eu

d="$HOME/Journal"
if [ -e "$d/src" ]
then
    d="$d/src"
fi

emacs "$d/GTD/inbox.mdwn"
