aboutsummaryrefslogtreecommitdiff
path: root/rxmenu-telinit
blob: 496dadeafd9b7214b9a970298f574e3ca83c14f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# NOTE: telinit must be setuid or otherwise usable by the user

t="$(promptmenu telinit << EOF
0
2
3
6
EOF
)"
notify-send "telinit $t" "$(telinit "$t" 2>&1)"