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