mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Tweaks to robo-detector.
This commit is contained in:
parent
8d6c7649e0
commit
cc43e6b954
2
robots/go
Normal file → Executable file
2
robots/go
Normal file → Executable file
@ -1,2 +1,2 @@
|
||||
curl https://pskreporter.info/cgi-bin/robot.pl > robo.dat
|
||||
robo | sort -nr -k2
|
||||
robo | sort -nr -k2 -k1
|
||||
|
@ -14,7 +14,7 @@ program robo
|
||||
character*12 callsign(0:NMAX)
|
||||
integer*1 ic1
|
||||
|
||||
open(10,file='robo.dat',status='old',access='stream')
|
||||
open(10,file='/tmp/robo.dat',status='old',access='stream')
|
||||
callsign=' '
|
||||
|
||||
do ichar=1,NCHARS
|
||||
|
Loading…
Reference in New Issue
Block a user