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

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

firefox -a firefox -remote "openURL($url,new-tab)" || firefox "$url"