summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/rbar
blob: 9aaa4859c6ff423dad7df3a742e2114ce2709961 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
IFS=:
read -r name prefix DISPLAY <<<"$1"
export DISPLAY

id=$1
name=${id#[0-9][0-9]_}

exec "$0"_"$name" "${id}"