1 2 3 4 5 6 7 8 9 10
#!/bin/bash echo "$@" > /tmp/truewhile.tmp while true do bash /tmp/truewhile.tmp sleep 1 clear done rm /tmp/truewhile.tmp