mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
8 lines
156 B
Bash
Executable File
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
|