2c2 < echo 'Interface to Google Chart Geo or Map Chart interfacer created by RJM Programming ...' --- > echo 'Interface to Google Chart Geo Chart interfacer created by RJM Programming ...' 5,7d4 < underscore="" < csuffix="" < centralplace="" 9c6 < echo 'Verb for command line eg. open eg. curl eg. map' --- > echo 'Verb for command line eg. open eg. curl' 13,19c10 < fi < if [ "$verb" != "map" ]; then < csuffix="" < else < csuffix="#mapit=y" < underscore="__" < fi --- > fi 22,26c13 < if [ "$verb" != "map" ]; then < echo 'Enter comma separated list of placenames (and append #mapit=y for Map Chart rather than Geo Chart), or list of countries (suffix by &text=y for text mode display) eg. Sydney,Beijing,London,Paris,Rome,Boston,Santiago,New_Delhi,Cairo,Istanbul' < else < echo 'Enter comma separated list of placenames (suffix by &text=y for text mode display) eg. Sydney,Beijing,London,Paris,Rome,Boston,Santiago,New_Delhi,Cairo,Istanbul' < fi --- > echo 'Enter comma separated list of placenames, or list of countries (suffix by &text=y for text mode display) eg. Sydney,London,Alice_Springs,Beijing,London,New_York,Paris,Rio_de_Janeiro,Cairo,Rome,Tennant_Creek' 29,31d15 < if [ "`echo $commastring`" != "`echo $commastring | sed '/mapit/s///g'`" ]; then < underscore="__" < fi 33d16 < if [ "$verb" != "map" ]; then 36d18 < fi 42c24 < fi --- > fi 49c31 < fi --- > fi 56,60c38,39 < if [ "$verb" -eq "map" ]; then < verb="open" < fi < echo "$verb https://www.rjmprogramming.com.au/PHP/GeoChart/geo_chart.php?${text}_${width}_${height}_${underscore}${centralplace}_listis${equl}${commastring}${csuffix}" < ksh -c "$verb https://www.rjmprogramming.com.au/PHP/GeoChart/geo_chart.php?${text}_${width}_${height}_${underscore}${centralplace}_listis${equl}${commastring}${csuffix}" --- > echo "$verb https://www.rjmprogramming.com.au/PHP/GeoChart/geo_chart.php?${text}_${width}_${height}_${centralplace}_listis${equl}${commastring}" > ksh -c "$verb https://www.rjmprogramming.com.au/PHP/GeoChart/geo_chart.php?${text}_${width}_${height}_${centralplace}_listis${equl}${commastring}"