Permalink
Switch branches/tags
Nothing to show
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
executable file 13 lines (9 sloc) 354 Bytes
#! /bin/sh
# Launch an Emacs instance for testing this package.
project_path=$(dirname $(dirname $0))
# There has got to be a smarter way to add package elisp via Cask, but I
# haven't found it yet.
exec "$EMACS" -q -l skewer-reload-stylesheets.el \
-l skewer-reload-stylesheets-test.el \
-f skewer-reload-stylesheets-test-setup \
"$@"