configuration/local/bin/abduco_list

6 lines
130 B
Plaintext
Raw Normal View History

#!/bin/bash
session="$(abduco | tail -n +2 | cut -f3 | dmenu)"
if [ ! -z "$session" ]; then
urxvtc -e abduco -a "$session"
fi