7 lines
73 B
Bash
7 lines
73 B
Bash
|
#!/bin/bash
|
||
|
#
|
||
|
# Run Firefox on X11 backend
|
||
|
#
|
||
|
|
||
|
exec /usr/bin/firefox "$@"
|