[OS X] Make your Mac tell the time

Make your Mac tell the time

To accomplish this yourself, launch Terminal (Applications/Utilities), paste in this code, and press Return:
while [ 1 ];do z=`date +%S`;if [ `expr $z % 31` -eq 0 ];then say `date "+%l %M and %S seconds"`;fi;done

Comments

Popular posts from this blog

[SVN] Simple way to do code review

How to Choose a Technology Stack for Web Application Development

Setting ESLint on a React Typescript project