RosettaCodeData/Task/Shell-one-liner/Emacs-Lisp/shell-one-liner-2.l

2 lines
90 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
emacs -batch sample.c --eval '(indent-region (point-min) (point-max) nil)' -f save-buffer