aboutsummaryrefslogtreecommitdiff
path: root/bin/br
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-13 17:20:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-13 17:20:18 +1200
commitb155b88cd3caf1f7e4126c1056a0b13228c5baa3 (patch)
tree6be7aa2617ceefd79162b523810e1d0d2f137c2d /bin/br
parentAdd br(1) (diff)
downloaddotfiles-b155b88cd3caf1f7e4126c1056a0b13228c5baa3.tar.gz
dotfiles-b155b88cd3caf1f7e4126c1056a0b13228c5baa3.zip
Add brxs(1)
Diffstat (limited to 'bin/br')
-rwxr-xr-xbin/br2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/br b/bin/br
index ba593169..1d982c04 100755
--- a/bin/br
+++ b/bin/br
@@ -1,3 +1,3 @@
#!/bin/sh
# Launch $BROWSER
-exec "$BROWSER"
+exec "$BROWSER" "$@"