Sophie

Sophie

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

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

#!/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=. "$@"