Make escaping of brackets in links work properly.
[muse-el.git] / examples / johnw / publish-johnw
blob6e97544b98ee2cd25ee0edacefc15ac3c3344d9a
1 #!/bin/bash
2 style=$(echo $1 | sed 's/^--//')
3 shift
4 emacs -q -batch -L $(dirname $0) \
5 -l muse-build.el -l muse-johnw.el \
6 -f muse-batch-publish-files $style --output-dir=. "$@"