comparison plugins/geocode-parameters/geocode-parameters.awk @ 2903:a9225aa1d93c

Add awk shebang to geocode-parameters.awk
author Andreas Rönnquist <andreas@ronnquist.net>
date Tue, 31 Jul 2018 18:34:40 +0200
parents ab3ff63854d4
children
comparison
equal deleted inserted replaced
2788:1d65d7ce3132 2903:a9225aa1d93c
1 #!/usr/bin/awk -f
1 # 2 #
2 # This file is used by the Search option "search on geo-position". 3 # This file is used by the Search option "search on geo-position".
3 # It is used to decode the results of internet or other searches 4 # It is used to decode the results of internet or other searches
4 # to extract a geo-position from a text string. 5 # to extract a geo-position from a text string.
5 # 6 #