4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Put instructions to run the runtime
|
||
|
emacs -Q --script "$@"
|