Donate CPU client test scripts: Use Python from shebang
This commit is contained in:
parent
92ddaa3acd
commit
5715ba7ce0
@ -12,6 +12,6 @@ cppcheck_tools_path=..
|
|||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
git pull
|
git pull
|
||||||
python "${cppcheck_tools_path}/donate-cpu.py" --bandwidth-limit=1m --max-packages=100
|
"${cppcheck_tools_path}/donate-cpu.py" --bandwidth-limit=1m --max-packages=100
|
||||||
sleep 10
|
sleep 10
|
||||||
done
|
done
|
||||||
|
@ -4,6 +4,6 @@ cppcheck_tools_path=..
|
|||||||
|
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
python "${cppcheck_tools_path}/donate-cpu.py" --test --bandwidth-limit=2m
|
"${cppcheck_tools_path}/donate-cpu.py" --test --bandwidth-limit=2m
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user