#!/bin/bash while true; do echo $(date); ./generate-banner.sh; sleep 60; done }