Skip to content

Instantly share code, notes, and snippets.

@caramelchocolate
Created April 4, 2020 12:50
Show Gist options
  • Save caramelchocolate/8ebee41ff97b957474c9acb22ca84bff to your computer and use it in GitHub Desktop.
Save caramelchocolate/8ebee41ff97b957474c9acb22ca84bff to your computer and use it in GitHub Desktop.
Run on a specific day.
#!/bin/sh
if [ `date +"%Y%m%d"` == "20200401" ]; then
# do something
:
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment