immortalwrt/package/lean/coremark/coremark
2019-04-18 19:22:53 +08:00

5 lines
133 B
Bash
Executable File

#!/bin/sh
sed -i '/coremark/d' /etc/crontabs/root
echo "0 4 * * 0 /etc/coremark.sh" >> /etc/crontabs/root
crontab /etc/crontabs/root