aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/follow.sh
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-12-30 18:21:14 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-12-30 18:21:14 -0700
commit5b78756e9a395f79db4416ac1b93f440153acefd (patch)
tree404409f04dfa7c1e6abe078ce2ac796d65f0e60e /examples/data/scripts/follow.sh
parent71dfda767ab2e9bfa2be2f77f1619edf52cc09a4 (diff)
remove positional argument support from examples
Diffstat (limited to 'examples/data/scripts/follow.sh')
-rwxr-xr-xexamples/data/scripts/follow.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/data/scripts/follow.sh b/examples/data/scripts/follow.sh
index 2d666a2..d1560bf 100755
--- a/examples/data/scripts/follow.sh
+++ b/examples/data/scripts/follow.sh
@@ -3,8 +3,6 @@
# This script is just a wrapper around follow.js that lets us change uzbl's mode
# after a link is selected.
-shift 7
-
# if socat is installed then we can change Uzbl's input mode once a link is
# selected; otherwise we just select a link.
if ! which socat >/dev/null 2>&1; then