Make bin/org-tangle more portable
This commit is contained in:
parent
ce49f94bbe
commit
328d7a2e4c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue