Skip to content

Instantly share code, notes, and snippets.

@ms747
Created October 12, 2022 19:58
Show Gist options
  • Save ms747/54cb6840a2a8be5a8f8515bb0e4d3f75 to your computer and use it in GitHub Desktop.
Save ms747/54cb6840a2a8be5a8f8515bb0e4d3f75 to your computer and use it in GitHub Desktop.
Dooms Script
#!/bin/bash
DOOM=$(date -d "30 Oct 22" +%s)
NOW=$(date +%s)
if [[ $NOW -gt $DOOM ]]; then
echo "WORKS"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment