You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

run.sh 311 B

10 years ago
1234567891011121314151617181920
  1. #!/bin/sh
  2. set -xe
  3. dir="`dirname $0`"
  4. top="$dir"/..
  5. # setup.sh
  6. sh "$top"/setup.sh shrc_common
  7. # shrc
  8. for sh in sh bash zsh
  9. do
  10. cat <<__EOC__ | $sh -si
  11. . "$top"/shrc || exit 1
  12. __EOC__
  13. done
  14. # emacs
  15. emacs --version
  16. emacs -q --debug-init --batch --eval "(setq debug-on-error t)" --load "$top"/emacs.el --kill