1#!/bin/sh
2
3if [ -z "$DISPLAY" ]; then
4  exec pppgetpass.vt "$@"
5else
6  exec pppgetpass.gtk "$@"
7fi
8