Update CODEOWNERS
[mono-project.git] / scripts / dmcs.in
blob223dac2e7f6edcb4ec6848e00c16e177388a4713
1 #!/bin/sh
2 echo "Note: dmcs is deprecated, please use mcs instead!"
3 exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/4.5/mcs.exe -sdk:4.0 "$@"