summaryrefslogtreecommitdiff
path: root/open-in-browser
blob: da7a845335cb1b61a11e5d12a4e3877bfea19c39 (plain)
1
2
3
4
5
6
#!/bin/zsh

#/Applications/Safari.app/Contents/MacOS/Safari
#sleep 1
osascript -e "tell application \"Firefox\" to open location \"$1\""