aboutsummaryrefslogtreecommitdiff
path: root/bin/br
blob: 399c6038aa62ef4d28962254aaea75a24802803c (plain) (blame)
1
2
3
#!/bin/sh
# Just launch $BROWSER with any given arguments
exec "$BROWSER" "$@"