#!/bin/sh echo -n "Nights until Christmas: " echo `date -d 12/25/2024 +%j` - `date +%j` | bc