2023-05-20 19:50:09 +01:00

8 lines
149 B
Bash
Executable File

#!/bin/bash
if [ "${2}" == "WebBrowser" ]; then
/usr/bin/xdg-open /usr/share/applications/chromium.desktop
else
/usr/bin/exo-open-real "$@"
fi