4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/bin/sh
|
||
|
export MONO_PATH=/opt/novell/CASA/lib
|
||
|
mono /opt/novell/CASA/bin/micasad.exe
|