Skip to content

Instantly share code, notes, and snippets.

@9M2PJU
Created August 7, 2024 15:31
Show Gist options
  • Save 9M2PJU/e6e756f0eaaa021ec071d8c87c5d4e28 to your computer and use it in GitHub Desktop.
Save 9M2PJU/e6e756f0eaaa021ec071d8c87c5d4e28 to your computer and use it in GitHub Desktop.
Nasabare and CTY.DAT DX Spider Updates
wget -q http://www.amsat.org/amsat/ftp/keps/current/nasabare.txt && /spider/perl/convkeps.pl -p nasabare.txt && rm -rf nasabare.txt &&
wget -O https://www.country-files.com/cty/cty.dat -P /spider/local_data/ && wget -O https://www.country-files.com/cty/wpxloc.raw -P /spider/local_data/ &&
/spider/perl/create_prefix.pl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment