2 lines
64 B
Plaintext
2 lines
64 B
Plaintext
|
#!/bin/sh
|
||
|
[ "$(date +%M | cut -c2)" == "5" ] && luci-splash sync
|