Joined March 2012
·
Achievements
59 Karma
0 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Cub
Have at least one original jQuery or Prototype open source repo
Lab 3
Have at least three original repos where C# is the dominant language
Lab
Have at least one original repo where C# is the dominant language
Charity
Fork and commit to someone's open source project in need
@Ismaell, you could do it in one line of PS as well, I don't think that's the point?
(For what it's worth, something like):
ls *.cs, *.js, *.html, *.csproject, *.sln -r | % { sc $_ (gc $_) }