Created
September 2, 2017 05:28
-
-
Save xieyunzi/96ff7c2a3080b8e55caf6946b7d2687b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env emacs --script | |
;; https://www.lunaryorn.com/posts/emacs-script-pitfalls | |
(message "Hello world") | |
(message "%S" (/ 30 4)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment