lovr/etc/AppRun

6 lines
85 B
Bash
Executable File

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