3 lines
59 B
Plaintext
3 lines
59 B
Plaintext
|
#!/bin/sh
|
||
|
[ -n "$1" ] && firefox-bin "$*" || firefox-bin &
|