firefox/firefox-x11.sh.in
2019-02-04 14:31:04 +01:00

7 lines
73 B
Bash

#!/bin/bash
#
# Run Firefox on X11 backend
#
exec /usr/bin/firefox "$@"