bash infinite loop

#!/bin/bash while [ 1 ] do /usr/sbin/ntpdate -u time.liho.tw sleep 1 done