Skip to content

Instantly share code, notes, and snippets.

@qmx
Created January 22, 2013 01:29
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 qmx/4591241 to your computer and use it in GitHub Desktop.
Save qmx/4591241 to your computer and use it in GitHub Desktop.
#!/bin/sh
ITEMS=$(find . | grep implementors | grep ref | cut -f 4,5 -d/)
for i in $ITEMS; do
echo $i:
cat ./src/libsodium/$i/ref/implementors
echo
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment