main
GrizzleNL 2 years ago
parent ffeeb19c03
commit 6179489fe3

@ -41,3 +41,4 @@
1 1
1 1
1 1
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)
Loading…
Cancel
Save