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