2016-11-29 10:42:10 +00:00

5 lines
84 B
PHP

<?php
$fp = fopen('/home/pi/hugh/rgb', 'w');
fwrite($fp, '0, 0, 0');
fclose($fp);
?>