Minor namespace fix.
[muse-el.git] / examples / publish-project
blob711f3f2bef594acda537a3a3969ea612172b9af9
1 #!/bin/bash
3 # This is an example script that shows how to publish a project from
4 # the commandline.
6 # Make sure that you have a file named `muse-init.el' that contains
7 # your custom Muse settings.
9 emacs -q -batch -l muse-build.el -l muse-init.el \
10 -f muse-project-batch-publish "$@"