3 lines
69 B
Plaintext
3 lines
69 B
Plaintext
|
#!/bin/sh
|
||
|
exec env MOZ_ENABLE_WAYLAND= /usr/lib/firefox/firefox "$@"
|