EinsDreiDreiSieben/mods/futil/.check_date.sh

3 lines
56 B
Bash

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