5 lines
66 B
Text
5 lines
66 B
Text
|
#!/bin/sh
|
||
|
|
||
|
export LD_LIBRARY_PATH=/app/lib/GL
|
||
|
exec /app/love "$@"
|