view src/gftp.in @ 51:33a0ba7f52d1

2002-11-6 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.c - connect to the select_row signal in the file listbox to grab the double click event
author masneyb
date Thu, 07 Nov 2002 02:38:34 +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