I wrote this small script to have a tool that can show how many days are left
till defined date, it is running cyclically every 60 seconds until manually stopped,
or until condition of cycle is met.
#!/bin/bash  
# Script shows number of integer days from now till defined date  
clear ; read -p "  Date of event (year-month-day): " n