]> git.phdru.name Git - dotfiles.git/blob - bin/start-browser
.xinitrc: calculate geometry for `xclock`
[dotfiles.git] / bin / start-browser
1 #! /bin/sh
2
3 if pgrep "$1" >/dev/null; then exit 0; fi
4
5 browser-stack.py push "$@"
6 "$@"
7 exec browser-stack.py pop "$@"