emacs/emacs-terminal.sh
2020-07-30 11:22:39 +08:00

4 lines
62 B
Bash

#!/bin/sh
exec /usr/bin/emacs -Q --eval '(term "/bin/bash")'