comparison plugins/geocode-parameters/geocode-parameters.awk @ 2805:1f05682f97c7

Fix #627: Add awk shebang to geocode-parameters.awk https://github.com/BestImageViewer/geeqie/pull/627
author Andreas Rönnquist <>
date Wed, 01 Aug 2018 10:37:17 +0100
parents ab3ff63854d4
children
comparison
equal deleted inserted replaced
2804:c7a8c086862b 2805:1f05682f97c7
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 #