Index of /snippets

      Name                    Last modified       Size  Description

[DIR] Parent Directory 05-Jul-2023 20:42 - [DIR] Scripts/ 09-Aug-2010 01:45 - [DIR] TracZephyrPlugin/ 07-Jan-2020 22:29 - [DIR] apt-zephyr/ 07-Jan-2020 22:29 - [DIR] barn-growl/ 07-Jan-2020 22:29 - [DIR] barnowl/ 07-Jan-2020 22:29 - [DIR] bash/ 07-Jan-2020 22:29 - [DIR] certs/ 07-Jan-2020 22:29 - [DIR] crondiff/ 07-Jan-2020 22:29 - [DIR] django/ 07-Jan-2020 22:29 - [DIR] git-hooks/ 07-Jan-2020 22:29 - [   ] git-rcsimport 07-Jan-2020 22:29 1k [   ] iptables-nat.sh 07-Jan-2020 22:29 1k [DIR] kerberos/ 18-Jan-2020 14:44 - [DIR] programming/ 07-Jan-2020 22:29 - [DIR] rt/ 05-Dec-2012 04:38 - [DIR] svn-hooks/ 07-Jan-2020 22:29 - [DIR] web_scripts/ 30-Nov-2018 23:07 -

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.