Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
print "Today is",strftime("%c",systime())
print "Yesterday was",strftime("%c",systime()-60*60*24)
"date" | getline d; print "Today is",d
"date -d yesterday" | getline d; print "Yesterday was",d