aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/util/uzbl-args.sh
blob: 7a3dbe57fb14c12528838942721be41d147ca634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
# Arguments from uzbl

UZBL_CONFIG=$1
shift
UZBL_PID=$1
shift
UZBL_XID=$1
shift
UZBL_FIFO=$1
shift
UZBL_SOCKET=$1
shift
UZBL_URL=$1
shift
UZBL_TITLE=$1
shift