Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #https://filmsbykris.com
- #Copyright Kris Occhipinti January 2, 2020
- #GPLv3 - https://www.gnu.org/licenses/gpl-3.0.txt
- #https://youtu.be/N30Vp7oGLR8
- dir="$HOME/.fbk/android/twrp"
- imgs="$(ls $dir)"
- img="$(echo -e "$imgs"|fzf)"
- fastboot boot $dir/$img
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement