Skip to content

Instantly share code, notes, and snippets.

@jabelk
Last active December 13, 2019 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jabelk/3001c44c3fe3a9fb476da69165fdcfef to your computer and use it in GitHub Desktop.
Save jabelk/3001c44c3fe3a9fb476da69165fdcfef to your computer and use it in GitHub Desktop.
unpack neds from signed bin
downloadDirFiles=`ls ./ncs-5.*.signed.bin`
for eachned in $downloadDirFiles
do
sh $eachned
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment