add php/sh scripts to show build status
This commit is contained in:
8
fsfe-build.php
Normal file
8
fsfe-build.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$command = "/bin/bash fsfe-build.sh https://status.fsfe.org/fsfe.org";
|
||||
|
||||
// Execute command and give output
|
||||
$output = shell_exec($command);
|
||||
echo "$output";
|
||||
?>
|
||||
Reference in New Issue
Block a user