選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

21 行
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. for sh in sh bash zsh
  9. do
  10. $sh -n "$top"/shrc
  11. done
  12. # emacs
  13. emacs --version
  14. emacs -q --debug-init --batch --eval "(setq debug-on-error t)" --load "$top"/emacs.el --kill