mirror of
https://github.com/stevenhowes/GBR-DMR.git
synced 2026-05-26 15:53:30 +01:00
6 lines
240 B
Bash
6 lines
240 B
Bash
#!/bin/bash
|
|
rm -f GD77_WW_default.csv
|
|
wget https://raw.githubusercontent.com/ContactLists/NORMAL-ContactLists/master/RADIODDITY/GD77/GD77_WW_default.csv
|
|
egrep 'Radio ID|,GBR' GD77_WW_default.csv > GBR-Contacts.csv
|
|
rm -f GD77_WW_default.csv
|