#!/bin/sh
cd `dirname $0`
../src/fso_01 -n .:../src $*
# for shared lib, use: opp_run -l ../src/fso_01 -n .:../src $*
