3 lines
56 B
Bash
3 lines
56 B
Bash
#!/usr/bin/env bash
|
|
grep $(date -u -I) mod.conf
|
|
exit $?
|
#!/usr/bin/env bash
|
|
grep $(date -u -I) mod.conf
|
|
exit $?
|