#!/bin/sh -f

cd $LEDAROOT/demo/$1

shift

LD_LIBRARY_PATH=../..:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH

$* &

