oliverdavies.uk/watch.sh

9 lines
138 B
Bash
Raw Normal View History

2015-11-30 23:10:03 +00:00
#!/bin/bash
if [ ! -d vendor/ ];
then
composer install
fi
2015-11-30 23:10:03 +00:00
./vendor/bin/sculpin generate --server --watch --clean --no-interaction