Skip to content

Instantly share code, notes, and snippets.

@fearenales
Last active June 28, 2016 16:15
Show Gist options
  • Save fearenales/64f4047eafd406483601 to your computer and use it in GitHub Desktop.
Save fearenales/64f4047eafd406483601 to your computer and use it in GitHub Desktop.
How many Azkfile.js in non Azuki's team repo exist?
#! /bin/bash
curl -s "https://github.com/search?utf8=%E2%9C%93&q=Azkfile.js+in%3Apath+-user%3Aazukiapp+-user%3Arun-project+-user%3Amarcusgadbem+-user%3Aheitortsergent+-user%3Asaitodisse+-user%3Agullitmiranda+-user%3Afearenales+-user%3Anuxlli&type=Code&ref=searchresults" | grep counter | sed s/.*counter\"\>//g | sed s/\<\\/.*//g
@gullitmiranda
Copy link

Ter 28 Jun 2016 13:15:19 BRT: 73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment