#!/bin/sh RECENT=$(fish -c "history | grep -v 'grep' | grep 'bluetoothctl connect' | awk '{print \$3;}' | uniq") OPTION=$(echo "$RECENT" | cat <