2023-03-17 17:43:38 -07:00

8 lines
150 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