presentations/reading-college/demo/sculpin/watch

8 lines
113 B
Text
Raw Permalink Normal View History

#!/usr/bin/env bash
set -euo pipefail
export PATH="$PATH:./vendor/bin"
sculpin generate --server --watch "$@"