Files
AvianVisitors/scripts/spectrogram.php
T
2021-10-12 10:55:09 -04:00

5 lines
128 B
PHP

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