]> git.phdru.name Git - dotfiles.git/blob - bin/start-browser
Set LESS_TERMCAP_* for light and dark backgrounds
[dotfiles.git] / bin / start-browser
1 #! /bin/sh
2
3 browser-stack.py push "$@"
4 "$@"
5 exec browser-stack.py pop "$@"