#!/usr/bin/env bash
CHOICE=$(echo -e "1\n2\n3\n" | fzf --prompt "Lucky number?")
echo "You selected $CHOICE"