immortalwrt/package/lean/coremark/coremark

7 lines
155 B
Plaintext
Raw Normal View History

#!/bin/sh
sed -i '/coremark/d' /etc/crontabs/root
2019-12-15 17:59:28 +08:00
echo "0 4 * * * /etc/coremark.sh" >> /etc/crontabs/root
2019-05-01 00:32:04 +08:00
crontab /etc/crontabs/root
touch /etc/bench.log