#!/bin/bash while true do date +%H:%M:%S echo "CTRL+C to stop" sleep 1 clear done