lovr/etc/AppRun

6 lines
85 B
Plaintext
Raw Normal View History

2021-04-06 16:21:16 +00:00
#!/bin/sh
IMAGE_DIR="$(dirname "$(readlink -f "$0")")"
exec "$IMAGE_DIR/lovr" "$@"