4 lines
76 B
Bash
4 lines
76 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
exec /usr/bin/mono /usr/lib/mono/nunit/nunitlite-runner.exe "$@"
|