Last active
June 28, 2016 16:15
-
-
Save fearenales/64f4047eafd406483601 to your computer and use it in GitHub Desktop.
How many Azkfile.js in non Azuki's team repo exist?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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 |
30/06/2015: 26
04/08/2015: 30
24/08/2015: 33
29/09/2015: 35
15/10/2015: 34
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
Done. Thanks @gullitmiranda!
18/01/2016: 53
Seg 22 Fev 2016 14:20:00 BRT: 56
@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
Seg 4 Abr 2016 11:11:31 BRT: 65
NOTE: Using new command (ignoring
azuki-images
)
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
14/05/2015: 10