lptf 199 B

123456
  1. #!/bin/zsh
  2. # printout-script, my-init.org
  3. emacs -q -nw --load "~/.emacs.d/general-print-file.el" \
  4. --exec "(print-file-proper \"$1\")" \
  5. --exec "(kill-emacs)"
  6. # printout-script ends here