#!/bin/sh 

while true
 do
  echo "Something to..\n\tSay?"
  sleep 1
 done
