I just wrote a quick little powershell script to make my life easier for a task that I was facing. I thought it would be nice to put it on the Internet, where someone else may also find it useful. The trouble is that it feels like overkill to open a new CodePlex or SourceForge "PROJECT" for my little script.

Is there an similar site for sharing or open-soucing scripts?

link|improve this question
Although I think this question is Good Subjective, you may still consider marking it as CW. I don't know if there is a single, most correct answer. Also, +1. – jscott Jul 20 '11 at 21:30
Admin feel free to make it wiki question... – Nate Bross Jul 20 '11 at 21:32
waves hammer Done. – sysadmin1138 Jul 20 '11 at 21:50
feedback

2 Answers

up vote 5 down vote accepted

Github is commonly used for this sort of thing as is bitbucket.

link|improve this answer
Thanks. I'll check it out. – Nate Bross Jul 20 '11 at 22:07
Gist is a git-backed paste-bin. – Andrew Jul 21 '11 at 0:29
feedback

There are several powershell repositories: http://poshcode.org/

The TechNet script center: http://gallery.technet.microsoft.com/ScriptCenter/

You may get better exposure there since the audience is powershell focused

link|improve this answer
2  
I'd add the Hey, Scripting Guy! blog can also be useful. – jscott Jul 20 '11 at 22:27
as a source, I agree. To post your own, the ScriptCenter is their repository – uSlackr Jul 20 '11 at 22:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.