From 264e2839088ad310b6bac945a7497edd67558219 Mon Sep 17 00:00:00 2001 From: kx1t Date: Sat, 15 Jun 2024 17:30:46 -0400 Subject: [PATCH] add AussieADSB registration script --- rootfs/scripts/aussieadsb.sh | 220 +++++++++++++++++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100755 rootfs/scripts/aussieadsb.sh diff --git a/rootfs/scripts/aussieadsb.sh b/rootfs/scripts/aussieadsb.sh new file mode 100755 index 0000000..d056b58 --- /dev/null +++ b/rootfs/scripts/aussieadsb.sh @@ -0,0 +1,220 @@ +#!/command/with-contenv bash + +# shellcheck shell=bash disable=SC2015,SC2162 +# +# Registration and query utility for aussieadsb +# AussieADSB is an Australian aggregator focused on feeders in Australia/Oceania. +# If you are in this region and are interested in feeding to them, please see: +# http://aussieadsb.com/ +# +#--------------------------------------------------------------------------------------------- +# Copyright (C) 2024, Ramon F. Kolb (kx1t) and contributors +# +# This program is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the +# Free Software Foundation, either version 3 of the License, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with this program. +# If not, see . +#--------------------------------------------------------------------------------------------- +# + +if [[ -z "$1" ]] || [[ "${1,,}" == "-help" ]]; then + echo "Usage: $0