@ -41,3 +41,4 @@
1
@ -0,0 +1,12 @@
"""<?php
$a = rand(1,10);
for($b = 0; $b < $a; $b++){
print_r(shell_exec("/srv/daily-commit/commit.sh"));
}
?>"""
import subprocess
subprocess.call("/srv/daily-commit/commit.sh", shell=True)