#!/bin/sh -f

# simple wrapper to run ptable
XCRYSDEN_TOPDIR="/usr/local/share/xcrysden"
XCRYSDEN_LIB_BINDIR="/usr/local/lib/xcrysden"
export XCRYSDEN_TOPDIR
export XCRYSDEN_LIB_BINDIR

"$XCRYSDEN_TOPDIR/util/ptable"
