6

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?

Nate
  • 2,151
  • 5
  • 25
  • 41
  • Although I think this question is [Good Subjective](http://blog.stackoverflow.com/2010/09/good-subjective-bad-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 Jul 20 '11 at 21:32
  • *waves hammer* Done. – sysadmin1138 Jul 20 '11 at 21:50

2 Answers2

6

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

user9517
  • 114,104
  • 20
  • 206
  • 289
5

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

uSlackr
  • 6,337
  • 21
  • 36