8 lines
321 B
Bash
Executable File
8 lines
321 B
Bash
Executable File
#!/bin/sh
|
|
|
|
BASEDIR="$(dirname $0)"
|
|
DIR="$BASEDIR"/..
|
|
|
|
echo emacs --batch -l "$DIR"/early-init.el -l "$DIR"/lisp/update-autoloads.el --eval "(message \"%s\" (update-autoloads-sub-packages))"
|
|
emacs --batch -l "$DIR"/early-init.el -l "$DIR"/lisp/update-autoloads.el --eval "(message \"%s\" (update-autoloads-sub-packages))"
|