view src/gftp.in @ 29:37c3d1eb9a8d

2002-09-25 Brian Masney <masneyb@gftp.org> * Makevars - remember to add this file into CVS
author masneyb
date Wed, 25 Sep 2002 12:19:41 +0000
parents 8b1883341c6f
children 0fcc6468a0af
line wrap: on
line source

#!/bin/sh

if [ "$DISPLAY " != " " ] && [ -f @prefix@/bin/gftp-gtk ]; then
	exec @prefix@/bin/gftp-gtk ${1+"$@"}
elif [ -f @prefix@/bin/gftp-text ]; then
	exec @prefix@/bin/gftp-text ${1+"$@"}
else
	echo "Error: Can't find gFTP binaries installed in @prefix@/bin"
fi