4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/usr/bin/env bash
|
||
|
LD_LIBRARY_PATH+=:/opt/scilab /opt/scilab/bin/scilab "$@"
|
||
|
|