Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 237 Bytes

linux-prefix-script.md

File metadata and controls

7 lines (7 loc) · 237 Bytes
#!/bin/sh
# ## assuming mono in path /opt/mono below. Update the path if needed ##
export PATH=$PATH:/opt/mono/bin
export PKG_CONFIG_PATH=/opt/mono/lib/pkgconfig
exec mono /path/to/your/mobius/application/SparkClrPi.exe "$@"