#!/bin/bash while true; do echo "$(date) : I am once again wandering this empty slot..." sleep 2 done