echo "https://github.com/junegunn/fzf/releases/"
curl -L "https://github.com/junegunn/fzf/releases/download/v0.73.1/fzf-0.73.1-android_arm64.tar.gz" -o fzf.tar.gz
tar xvf fzf.tar.gz

su
mv fzf /data/adb/modules/mybin/system/bin/
chmod +x /data/adb/modules/mybin/system/bin/fzf

# now reboot
