Skip to content

Instantly share code, notes, and snippets.

@darrenclark
Created March 20, 2022 15:54
Embed
What would you like to do?
#/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