Index of /snippets

      Name                    Last modified       Size  Description

[DIR] Parent Directory 17-Apr-2013 20:29 - [DIR] web_scripts/ 09-Apr-2012 20:54 - [DIR] svn-hooks/ 03-Feb-2013 02:47 - [DIR] rt/ 05-Dec-2012 04:38 - [DIR] programming/ 03-Feb-2013 02:47 - [DIR] kerberos/ 03-Feb-2013 02:47 - [   ] iptables-nat.sh 03-Feb-2013 02:47 1k [   ] git-rcsimport 03-Feb-2013 02:47 1k [DIR] git-hooks/ 03-Feb-2013 02:47 - [DIR] django/ 06-Jun-2011 02:59 - [DIR] crondiff/ 03-Feb-2013 02:47 - [DIR] certs/ 03-Feb-2013 02:47 - [DIR] bash/ 03-Feb-2013 02:47 - [DIR] barnowl/ 03-Feb-2013 02:47 - [DIR] barn-growl/ 03-Feb-2013 02:47 - [DIR] apt-zephyr/ 11-Mar-2013 21:30 - [DIR] TracZephyrPlugin/ 20-May-2013 04:36 - [DIR] Scripts/ 09-Aug-2010 01:45 -

This is a repository for useful small snippets that really belong in version
control in a central spot, instead of someone's Public. Please add stuff
here via git:

add git
git clone /mit/snippets
cd snippets
[create or copy a file, let's call it "item"]
git commit item
git push

If you're not on gsipb and want to commit, ask geofft (or someone on
sipb-acl) to add you to snippets-committers. You can't write to
/mit/snippets directly, but if you push (to the master branch) from your
own checkout, it will automatically update this checkout.

There's a (currently very simple) web interface at
http://snippets.scripts.mit.edu/

snippets has support for submodules, if things outgrow this repository.
You can use 'git submodule update --init' to populate them if you want,
or look at .gitmodules to find where they live now.