#!/bin/bash . /app/data/config.sh while true; do /app/code/rebuild.sh sleep $REBUILD_INTERVAL done