1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 12:33:52 +00:00
lovr/etc/AppRun
2022-03-30 12:34:34 -07:00

6 lines
85 B
Bash
Executable file

#!/bin/sh
IMAGE_DIR="$(dirname "$(readlink -f "$0")")"
exec "$IMAGE_DIR/lovr" "$@"