#!/bin/sh -f

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

$XCRYSDEN_TOPDIR/util/unitconv $@
