#!/bin/bash
command=$@

clear

while true 
do
    eval "$command"
    sleep 1
    echo -n -e "$clearline"
    clear
done