Files
AvianVisitors/scripts/update_species.sh
T
mcguirepr89 0df161b762 preparing for an installation
moved systemd services to /usr/lib/systemd/system
will symlink from templates for easy updates
2022-03-03 09:56:18 -05:00

6 lines
196 B
Bash
Executable File

#!/usr/bin/env bash
# Update the species list
#set -x
source /etc/birdnet/birdnet.conf
sqlite3 /home/pi/BirdNET-Pi/scripts/birds.db "SELECT DISTINCT(Com_Name) FROM detections" | sort > ${IDFILE}