|
|
@ -8,5 +8,7 @@ for($b = 0; $b < $a; $b++){
|
|
|
|
?>"""
|
|
|
|
?>"""
|
|
|
|
|
|
|
|
|
|
|
|
import subprocess
|
|
|
|
import subprocess
|
|
|
|
|
|
|
|
import random
|
|
|
|
|
|
|
|
|
|
|
|
subprocess.call("/srv/daily-commit/commit.sh", shell=True)
|
|
|
|
for i in range(random.randint(1,10)):
|
|
|
|
|
|
|
|
subprocess.call("/srv/daily-commit/commit.sh", shell=True)
|
|
|
|