#!/bin/bash

if [ -n "$DISPLAY" ]; then
       exec /usr/X11R6/bin/xfte "$@"
else
       exec /usr/bin/vfte "$@"
fi

