Files
op-packages/coremark/coremark
T

8 lines
156 B
Bash
Executable File

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