mirror of
https://github.com/fluxionary/minetest-book_runner.git
synced 2025-03-15 04:11:25 +00:00
4 lines
56 B
Bash
4 lines
56 B
Bash
|
#!/usr/bin/env bash
|
||
|
grep $(date -u -I) mod.conf
|
||
|
exit $?
|