DEADSOFTWARE

center issue #194, Meta.PutParam and Kernel.Call for open arrays are mismatched
[bbcp.git] / BlackBox / run-dev0
1 #!/bin/sh
3 # ulimit -s 32000
4 # ulimit -a
6 rn=`readlink -f "${0}"`
7 pd=`dirname "${rn}"`
8 sd=`readlink -f .`
10 exe="dev0"
12 # export LD_DEBUG=all
13 exec env \
14 BB_PRIMARY_DIR="${pd}" BB_SECONDARY_DIR="${sd}" \
15 BB_PACKED_NAME="${exe}" \
16 "${pd}"/${exe} "${@}"