microsoft-visualbasic-runtime/vbc.sh

5 lines
54 B
Bash

#!/bin/sh
cli="$@";
mono "~/MSBuild/vbc.exe" $cli