#!/bin/sh

: ${OSEL_GUI:=wofi -d}
: ${OSEL_TERM:=fzf}
if [ -t 2 ]; then eval $OSEL_TERM; else eval $OSEL_GUI; fi