summaryrefslogtreecommitdiff
path: root/bin/openlink
blob: 52c9e630ab42ad4d8f9d4960ca24332e28a53d8c (plain)
1
2
3
4
5
#!/bin/sh

url=${1:-"about:blank"}

firefox --new-tab $url || firefox "$url"