3 lines
64 B
Plaintext
3 lines
64 B
Plaintext
|
#!/bin/sh
|
||
|
exec mono $MONO_OPTIONS /usr/lib/nuget/nuget.exe "$@"
|