#!/bin/bash while true do echo "`date +'%F %T'` testa.sh is running" sleep 1 done