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