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