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.

пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
1234567891011121314151617181920
  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