5 lines
56 B
Bash
Executable file
5 lines
56 B
Bash
Executable file
#!/bin/bash
|
|
export MONO_IOMAP=all
|
|
mono pabcnetc.exe $@
|
|
|