configuration/local/bin/abduco_list
Felix Van der Jeugt 32f384d98d guard on typos
2016-02-02 08:52:32 +01:00

8 lines
182 B
Bash
Executable File

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