4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
|
#!/bin/bash
|
||
|
HOME=$MOZILLA_HOME
|
||
|
/usr/bin/firefox "$@"
|