#!/bin/bash echo "$@" > /tmp/truewhile.tmp while true do bash /tmp/truewhile.tmp sleep 1 clear done rm /tmp/truewhile.tmp