Skip to content

Instantly share code, notes, and snippets.

@gullitmiranda
Forked from fearenales/azkfile-counter.sh
Last active November 6, 2015 13:05
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 gullitmiranda/814a871d0c4abd800b5d to your computer and use it in GitHub Desktop.
Save gullitmiranda/814a871d0c4abd800b5d 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment