您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

18 行
269 B

  1. #!/bin/sh
  2. set -xe
  3. dir="`dirname $0`"
  4. top="$dir"/..
  5. # setup.sh
  6. sh "$top"/setup.sh help
  7. # shrc
  8. cat <<__EOC__ | sh -si
  9. . "$top"/shrc || exit 1
  10. __EOC__
  11. # emacs
  12. emacs --version
  13. emacs -q --debug-init --batch --eval "(setq debug-on-error t)" --load "$top"/emacs.el --kill