Tweaks to robo-detector.

This commit is contained in:
Joe Taylor 2019-05-27 15:28:14 -04:00
parent 8d6c7649e0
commit cc43e6b954
2 changed files with 2 additions and 2 deletions

2
robots/go Normal file → Executable file
View File

@ -1,2 +1,2 @@
curl https://pskreporter.info/cgi-bin/robot.pl > robo.dat
robo | sort -nr -k2
robo | sort -nr -k2 -k1

View File

@ -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