<?php
$light_id = $_GET["d"]
$output = shell_exec('bash ../scripts/temp.sh '+$light_id);
echo $output
?>