libera/#maemo/ Thursday, 2019-04-18

sixwheeledbeastsicelo: look at the source of SMSCON. IIRC that sends GPS coords via SMS21:19
sicelothanks23:38
sicelothe solution i finally came up with (for doing it the way i mentioned previously) is to pass the location URL to the following:23:41
sicelo/usr/bin/curl -s --capath /etc/certs/common-ca/ $1 | /bin/grep -oE @[0-9.-]+,[0-9.-]+ | /bin/sed 's/,/ /;s/@//'23:41
siceloi don't think my regex in the grep is efficient, but it works23:41
sicelothe same commandline works on a pc as well (withouth needing the --capath directive)23:53

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!