mynode/make_rootfs_auto.sh

5 lines
144 B
Bash
Raw Normal View History

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