diff --git a/bin/gitrepo_boyut b/bin/gitrepo_boyut new file mode 100755 index 000000000..aa60d38d5 --- /dev/null +++ b/bin/gitrepo_boyut @@ -0,0 +1,2 @@ +echo "kullanim: gitrepo_boyut hesap repo" +echo https://github.com/$1/$2 | perl -ne 'print $1 if m!([^/]+/[^/]+?)(?:\.git)?$!' | xargs -i curl -s -k https://api.github.com/repos/'{}' | grep size