File: publish-johnw

package info (click to toggle)
muse-el 3.12-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,688 kB
  • ctags: 905
  • sloc: lisp: 11,772; makefile: 304; python: 106; sh: 51; perl: 46
file content (9 lines) | stat: -rwxr-xr-x 242 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/bash
#
# Example publishing script for johnw's configuration

style=$(echo $1 | sed 's/^--//')
shift
emacs -q -batch -L $(dirname $0) \
    -l muse-build.el -l muse-johnw.el \
    -f muse-batch-publish-files $style --output-dir=. "$@"