]> git.phdru.name Git - dotfiles.git/blob - bin/start-browser
.mailcap: view OpenDocument files with odt2txt, edit with libreoffice
[dotfiles.git] / bin / start-browser
1 #! /bin/sh
2
3 browser-stack.py push "$@"
4 "$@"
5 exec browser-stack.py pop "$@"