diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:45:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:45:08 +0000 |
commit | dd77599e4181fe32df31d53db6da4960033b7d90 (patch) | |
tree | b56cda9073367b16604dbdd66fcd12923a99f441 /emacs-terminal.sh | |
parent | 8ccab69f351d5a80602c5698dc420e18d1a583c8 (diff) |
automatic import of emacsopeneuler24.03_LTSopeneuler23.09
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")' |