4 lines
66 B
Bash
Executable file
4 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export LD_LIBRARY_PATH=/app/lib/GL
|
|
exec /app/love "$@"
|