Mercurial > gftp.yaz
view src/gftp.in @ 181:0153a867819c
2003-06-15 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
* nl.po: Dutch translation updated.
author | adrighem |
---|---|
date | Sun, 15 Jun 2003 13:22:09 +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