6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
|
#!/bin/sh
|
||
|
source /etc/profile
|
||
|
export LD_LIBRARY_PATH="${MARS_LIBRARY_PATH}"
|
||
|
cd /usr/share/mars-bin
|
||
|
exec ./mars-bin.bin $@
|