Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AppRun « AppDir « AppImage « UVtools.Platforms - github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f954dda0a917c1c52af34763c2a79341af300db5 (plain)
1
2
3
4
5
#!/bin/sh
HERE="$(dirname "$(readlink -f "${0}")")"
export PATH="${HERE}"/usr/bin/:"${PATH}"
EXEC=$(grep -e '^Exec=.*' "${HERE}"/*.desktop | head -n 1 | cut -d "=" -f 2 | cut -d " " -f 1)
exec "${EXEC}" $@