mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
12 lines
210 B
Bash
Executable file
12 lines
210 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
ECUKES_EMACS=${EMACS:-$(which emacs)}
|
|
|
|
echo "*** Emacs version ***"
|
|
echo "ECUKES_EMACS = $ECUKES_EMACS"
|
|
"$ECUKES_EMACS" --version
|
|
echo
|
|
|
|
exec ./util/ecukes/ecukes --graphical
|