#!/bin/sh
echo !$$
while true; do date +"%%The time is now %T %Z."; sleep 1; done
