mirror of
https://gitlab.com/splashmapper/splash.git
synced 2026-02-12 15:00:52 +01:00
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
export LD_LIBRARY_PATH=/app/extra/lib:${LD_LIBRARY_PATH}
|
|
exec /app/bin/splash
|