#!/bin/sh
#PTH=`pwd`
PTH=/usr/share/bfcommander
cd $PTH
LD_LIBRARY_PATH="lib/:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
bin/bfcommander -ns
