dotfiles/.local/bin/tools/openbrowser

4 lines
32 B
Plaintext
Raw Normal View History

#!/bin/sh
$BROWSER $1 &
#exit 0