Make bin/org-tangle more portable

This commit is contained in:
Henrik Lissner 2017-05-20 18:15:25 +02:00
parent ce49f94bbe
commit 328d7a2e4c

View file

@ -1,5 +1,5 @@
#!/usr/bin/env emacs --script #!/bin/sh
;; -*- mode: emacs-lisp -*- ":"; exec emacs --no-site-file --script "$0" -- "$@" # -*-emacs-lisp-*-
;; Extracts source blocks from org files and prints them to stdout. Debug/info ;; Extracts source blocks from org files and prints them to stdout. Debug/info
;; messages are directed to stderr and can be ignored. -l/--lang can be used to ;; messages are directed to stderr and can be ignored. -l/--lang can be used to