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