if [ -r /.today ]; then
  date -s yesterday 1> /dev/null 2> /dev/null
  rm -f /.today
fi
