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