#!/usr/bin/env sh # -*- mode: scheme; -*- IFS=" " exec scsh -e main -s "$0" "$@" !# (define (main . args) (run (notmuch-collect-tasks ,(format #f "~a/documents/gtd/inbox.org" (getenv "HOME")))))