#!/bin/sh
CWD="/usr/share/die-engine"
export LD_LIBRARY_PATH="$CWD/base:$LD_LIBRARY_PATH"
$CWD/base/diec $*
