1#!@GUILE@ \
2--no-auto-compile -s
3!#
4
5(use-modules (toobusy index)
6 (toobusy event))
7
8(define (main . args)
9 (index-files args))
10
11(apply main (cdr (command-line)))
12
13;; vim: ft=scheme
Experimental and unfinished notmuch-like command-line tool for iCalendars
git clone https://git.8pit.net/toobusy.git
1#!@GUILE@ \
2--no-auto-compile -s
3!#
4
5(use-modules (toobusy index)
6 (toobusy event))
7
8(define (main . args)
9 (index-files args))
10
11(apply main (cdr (command-line)))
12
13;; vim: ft=scheme