summaryrefslogtreecommitdiff
path: root/open-in-browser
diff options
context:
space:
mode:
Diffstat (limited to 'open-in-browser')
-rwxr-xr-xopen-in-browser4
1 files changed, 2 insertions, 2 deletions
diff --git a/open-in-browser b/open-in-browser
index 655f915..b66c590 100755
--- a/open-in-browser
+++ b/open-in-browser
@@ -3,6 +3,6 @@
if [[ $(uname) == "Darwin" ]]; then
osascript -e "tell application \"Firefox\" to open location \"$1\""
else
- firefox &>/dev/null
-done
+ firefox "$1" &>/dev/null &
+fi