mynode/make_rootfs_auto.sh

5 lines
120 B
Bash
Raw Normal View History

2019-06-15 23:02:44 +00:00
#!/bin/bash
fswatch $(dirname $0)/rootfs | (while read; do $(dirname $0)/make_rootfs.sh; echo "Update rootfs!"; done)