#!/bin/sh
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
export LD_LIBRARY_PATH
current=$PWD
cd /usr/bin/netfinity
./nfconfig
cd $current
