Skip to content

Instantly share code, notes, and snippets.

@arreyder
Created September 14, 2015 13:55
Show Gist options
  • Save arreyder/67a19e528bfce401066c to your computer and use it in GitHub Desktop.
Save arreyder/67a19e528bfce401066c to your computer and use it in GitHub Desktop.
Create berks pins
berks list | awk '{print $2,$3}' | tr -d '(' | tr -d ')' | awk '{print "cookbook \x27"$1" \x27= "$2"\x27"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment