Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- dir="$HOME/.fbk/android/twrp"
- imgs="Nexus 5x\ttwrp-3.3.1-0-bullhead.img
- Moto X4 \ttwrp-3.3.1-0-payton.img
- Moto G 2014\ttwrp-3.3.1-0-titan.img"
- img="$(echo -e "$imgs"|fzf|cut -d$'\t' -f2)"
- fastboot boot $dir/$img
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement