1
0
Fork 0

Send error output to ‘/dev/null’

Latest Emacs development version seems to complain that ‘vc-mtn’ is deprecated,
but I don't use it and it interferes with the function of this script.
This commit is contained in:
Tom Willemse 2022-09-25 22:57:27 -07:00
parent 6e137bb1c9
commit e9a94db05e

View file

@ -5,4 +5,5 @@ exec scsh -s "$0" "$@"
!# !#
(run (emacs --quick --batch --visit ~/documents/gtd/inbox.org (run (emacs --quick --batch --visit ~/documents/gtd/inbox.org
--eval "(princ (how-many (rx bol \"*\" (one-or-more space))))")) --eval "(princ (how-many (rx bol \"*\" (one-or-more space))))")
(> 2 /dev/null))