5 lines
133 B
Bash
Executable File
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 |