Update dbupdate.sh
Updated URL
This commit is contained in:
parent
aa337c64fb
commit
c789880b6f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
echo Downloading DMR-IDs from MARC-database
|
||||
curl 'http://dmr-marc.net/cgi-bin/trbo-database/datadump.cgi?table=users&format=csv&header=0' 2>/dev/null | sed -e 's/\t//g' | awk -F"," '/,/{gsub(/ /, "", $2); printf "%s;%s;%s\n", $1, $2, $3}' | sed -e 's/\(.\) .*/\1/g' > dmrids.dat
|
||||
curl 'https://www.dmr-marc.net/static/users.csv' 2>/dev/null | sed -e 's/\t//g' | awk -F"," '/,/{gsub(/ /, "", $2); printf "%s;%s;%s\n", $1, $2, $3}' | sed -e 's/\(.\) .*/\1/g' > dmrids.dat
|
||||
|
||||
echo Removing IDs from local database
|
||||
echo -e 'delete from callsign where 1;' | sqlite3 callsigns.db
|
||||
|
|
Loading…
Reference in a new issue