mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
4 lines
88 B
Bash
4 lines
88 B
Bash
|
#!/usr/bin/env bash
|
||
|
LD_LIBRARY_PATH+=:/usr/lib/scilab /usr/lib/scilab/bin/scilab "$@"
|
||
|
|