xfig/xfig.sh
Hans de Goede 65eae56557 - Rebase to new upstream 3.2.5a release, this was made available to me by
the Debian maintainer who is in contact with upstream, which
    appearantly is still somewhat alive (but not alive enough to put the
    tarbal on the homepage ??)
2009-03-28 09:00:01 +00:00

7 lines
107 B
Bash

#!/bin/bash
if [ -x /usr/bin/xfig-Xaw3d ]; then
exec xfig-Xaw3d "$@"
else
exec xfig-plain "$@"
fi