4 lines
87 B
Bash
4 lines
87 B
Bash
|
#!/bin/sh
|
||
|
#exec mono [PREFIX]/prebuild.exe "$@"
|
||
|
exec mono Prebuild.exe /target VS2010
|