mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 16:14:38 +00:00
6 lines
199 B
Bash
6 lines
199 B
Bash
#!/bin/bash
|
|
HERE="$(dirname "$(readlink -f "${0}")")"
|
|
chmod +x ${HERE}/usr/bin/meshlabserver
|
|
export LD_LIBRARY_PATH=${HERE}/usr/lib/meshlab:$LD_LIBRARY_PATH
|
|
exec "${HERE}/usr/bin/meshlabserver" "$@"
|