6 lines
102 B
Bash
6 lines
102 B
Bash
#!/bin/bash
|
|
. $(dirname $0)/mono-env
|
|
|
|
$MONO --debug $MONO_PREFIX/lib/mono/4.0/nunit-console.exe "$@"
|
|
|