spec/watch.sh

9 lines
214 B
Bash
Raw Normal View History

2018-10-24 22:41:52 +02:00
#!/bin/bash
2018-11-02 20:17:53 +01:00
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
(
cd "$DIR"
./bin/reflex --decoration=none --start-service=true --glob='*' --inverse-regex='index\.html' -- sh -c "./build.sh"
)