bookrunner/.check_date.sh
2024-09-11 15:22:27 -07:00

3 lines
56 B
Bash
Executable file

#!/usr/bin/env bash
grep $(date -u -I) mod.conf
exit $?