aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-13 17:12:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-13 17:12:54 +1200
commite3e9fe75bb464e2251984e91754dc65f6ce98b86 (patch)
tree408652b2a8e726bd69334fb7b025070512df8cb6 /bin
parentSwitch X11 browser back to Firefox (diff)
downloaddotfiles-e3e9fe75bb464e2251984e91754dc65f6ce98b86.tar.gz
dotfiles-e3e9fe75bb464e2251984e91754dc65f6ce98b86.zip
Add br(1)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/br3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/br b/bin/br
new file mode 100755
index 00000000..ba593169
--- /dev/null
+++ b/bin/br
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Launch $BROWSER
+exec "$BROWSER"