Advertisement
Guest User

Untitled

a guest
Sep 29th, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. for branch in $(git branch -a | grep -oP '(?<=remotes/ti/)\S+$'); do git co --quiet --detach "remotes/ti/$branch" && echo "$(arm-linux-gnueabihf-objdump -p **/!(ti654x)/lib/*.so | grep GLIBC | awk '{print $4}' | sort -uV | tail -n1)  $branch"; done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement