Skip to content

Instantly share code, notes, and snippets.

@166MMX
Created April 6, 2013 12:17
Show Gist options
  • Save 166MMX/5325922 to your computer and use it in GitHub Desktop.
Save 166MMX/5325922 to your computer and use it in GitHub Desktop.
find /usr/bin -name 'arm-linux-gnueabihf-*' | sed 's_/.*/arm-linux-gnueabihf-__' | xargs -l -i ln -s '/usr/bin/arm-linux-gnueabihf-{}' '{}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment