Skip to content

Instantly share code, notes, and snippets.

@fearenales
Last active June 28, 2016 16:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • 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
@fearenales
Copy link
Author

14/05/2015: 10

@fearenales
Copy link
Author

30/06/2015: 26

@fearenales
Copy link
Author

04/08/2015: 30

@fearenales
Copy link
Author

24/08/2015: 33

@fearenales
Copy link
Author

29/09/2015: 35

@fearenales
Copy link
Author

15/10/2015: 34

@gullitmiranda
Copy link

please add https://github.com/run-project to excluded list:

#! /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

@fearenales
Copy link
Author

Done. Thanks @gullitmiranda!

@marcusgadbem
Copy link

18/01/2016: 53

@gullitmiranda
Copy link

Seg 22 Fev 2016 14:20:00 BRT: 56

@gullitmiranda
Copy link

@fearenales add new azuki orgn: azuki-images:

new full file:

#! /bin/bash
curl -s "https://github.com/search?utf8=%E2%9C%93&q=Azkfile.js+in%3Apath+-user%3Aazukiapp+-user%3Aazuki-images+-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

Seg 4 Abr 2016 11:11:31 BRT: 65

NOTE: Using new command (ignoring azuki-images)

@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