4 lines
189 B
Plaintext
4 lines
189 B
Plaintext
|
#!/bin/sh
|
||
|
umask 077
|
||
|
exec /Users/bokken/build/output/Unity-Technologies/mono/tmp/bin/mono $MONO_OPTIONS /Users/bokken/build/output/Unity-Technologies/mono/tmp/lib/mono/4.5/makecert.exe "$@"
|