6 lines
193 B
Scheme
Executable file
6 lines
193 B
Scheme
Executable file
#!/usr/bin/env -S scsh -s
|
|
;; # -*- mode: scheme; -*-
|
|
!#
|
|
|
|
(display (run (emacs --quick --batch --visit ~/documents/gtd/inbox.org
|
|
--eval "(princ (how-many \"^\\\\* +\"))")))
|