#!/bin/sh
if [ -z "$DISPLAY" ]; then
/usr/bin/ftd4linux_console $*;
else
/usr/bin/ftd4linux_gui $*;
fi
