#! /bin/sh ./tsarc create clock ./tsarc layout -left clock while true; do ./tsarc set clock -text "`date +"%a %b %d, %r"`" sleep 1 done