3 lines
82 B
Text
3 lines
82 B
Text
|
|
#!/usr/bin/env emacs --script
|
||
|
|
(dolist (arg command-line-args-left) (message arg))
|