First get the public key
keybase pgp export | gpg2 --import
Next get the private key
keybase pgp export --secret | gpg2 --allow-secret-key --import
| #!/usr/bin/env bash | |
| # global parameters | |
| g_tmp_folder="ncdc_tmp"; | |
| g_output_folder="ncdc_data"; | |
| g_remote_host="ftp.ncdc.noaa.gov"; | |
| g_remote_path="pub/data/noaa"; | |