You are on page 1of 1

#!

/bin/sh
# $Id: install_gmt.sh 10118 2013-11-01 22:13:06Z pwessel $
#
# Automatic installation of GMT4
# Suitable for the Bourne shell (or compatible)
#
# Paul Wessel
# 1-JULY-2018
#--------------------------------------------------------------------------------
# GLOBAL VARIABLES
VERSION=4.5.18
GSHHG=2.3.7
GMT_FTP_TEST=0
GMT_SIZE=38
GSHHG_SIZE=45
#--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------
# FUNCTIONS
#--------------------------------------------------------------------------------
# Get the functionality of echo -n
#--------------------------------------------------------------------------------
if [ x`echo -n` = x ]; then # echo -n works

You might also like