run bash script every 5 seconds code example Example: bash run a command every x second while sleep 1; do echo "Hi"; done