mynode/make_rootfs_auto.sh
2019-06-15 18:02:44 -05:00

5 lines
120 B
Bash
Executable File

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