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.
 
 
 
 
 
 

17 lines
220 B

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