hapi-sequelize-crud/scripts/watch.sh

7 lines
143 B
Bash
Raw Normal View History

#!/bin/bash
# strict mode http://redsymbol.net/articles/unofficial-bash-strict-mode/
set -euo pipefail
IFS=$'\n\t'
./scripts/build.sh --watch