4 lines
84 B
Bash
4 lines
84 B
Bash
|
#!/bin/sh
|
||
|
ECOHOME="/opt/ecodms/ecoice"
|
||
|
LD_LIBRARY_PATH=${ECOHOME} ${ECOHOME}/ecoice
|