-
-
Save 9M2PJU/edcd398880d6badbbe0ac88e2a45004c to your computer and use it in GitHub Desktop.
Update script for DX Spider Country Files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo 'Downloading CTY.DAT' | |
wget -q https://www.country-files.com/cty/cty.dat -P ~/spider/local_data/ | |
echo 'Downloading WPXLOC.RAW' | |
wget -q https://www.country-files.com/cty/wpxloc.raw -P ~/spider/local_data/ | |
echo 'Creating Prefixes' | |
~/spider/perl/create_prefix.pl | |
echo '' | |
echo 'Log into the cluster as Sysop and type: load/prefix' | |
read -n 1 -r -s -p $'Press [Enter] to login as Sysop...\n' | |
~/spider/perl/console.pl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment