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