Update NEWS.
[muse-el.git] / examples / publish-project
blobb469e91d3302506f595b4f807b3ccab8c2fff7bb
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. It should add Muse to the load path.
9 emacs -q -batch -l muse-init.el -f muse-project-batch-publish "$@"