diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-02 05:08:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-02 05:08:08 +0000 |
commit | 7346ce8c248bc4bcdd7ebc21e7ff66f959d83942 (patch) | |
tree | 0cac8f682d91e2997e998c47492462f86e19e011 /emacs-terminal.sh | |
parent | d610ee73405747b67cb094b0ec2f011e7a1d6e22 (diff) |
automatic import of emacs
Diffstat (limited to 'emacs-terminal.sh')
-rw-r--r-- | emacs-terminal.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs-terminal.sh b/emacs-terminal.sh new file mode 100644 index 0000000..bc0592a --- /dev/null +++ b/emacs-terminal.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/bin/emacs -Q --eval '(term "/bin/bash")' |