Files
AvianVisitors/scripts/spectrogram.php
T
2021-10-08 12:57:28 -04:00

5 lines
128 B
PHP

<?php
shell_exec("/home/pi/BirdSongs/Extracted/spectrogram.sh");
header('Location: http://birdingpi.local/spectrogram.png');
?>