Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > b75b0bc956a6fd8481e9893fa1f07b66 > files > 40

emacs-common-muse-3.20-2.fc13.noarch.rpm

#!/bin/bash
#
# This is an example script that shows how to publish a project from
# the commandline.
#
# Make sure that you have a file named `muse-init.el' that contains
# your custom Muse settings.  It should add Muse to the load path.

emacs -q -batch -l muse-init.el -f muse-project-batch-publish "$@"