mynode/make_rootfs_auto.sh
2019-09-17 19:39:01 -05:00

5 lines
144 B
Bash
Executable File

#!/bin/bash
fswatch $(dirname $0)/rootfs $(dirname $0)/CHANGELOG | (while read; do $(dirname $0)/make_rootfs.sh; echo "Update rootfs!"; done)