fuzz-btc-txs (94B)
1 #!/usr/bin/env bash 2 last2=$(btc-txs | fzf --tac | awk '{print $(NF-1), $NF}') 3 4 echo tx $last2