bookrunner/.check_date.sh

4 lines
56 B
Bash
Raw Permalink Normal View History

2024-09-11 15:22:27 -07:00
#!/usr/bin/env bash
grep $(date -u -I) mod.conf
exit $?