Skip to content

Instantly share code, notes, and snippets.

@darrenclark
Created March 20, 2022 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darrenclark/03c2c1b11fafdae81f24240b67485889 to your computer and use it in GitHub Desktop.
Save darrenclark/03c2c1b11fafdae81f24240b67485889 to your computer and use it in GitHub Desktop.
#/usr/bin/env bash
echo $(( ($(date -j -f "%d %B %Y" "$(cal -N -e)" +%s) - $(date +%s)) / (24 * 60 * 60) )) days until the Easter bunny comes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment