Storage of Library Functions

Hi,

Just wondering - is there a good place to store code, to share with others? For example, I have a (simple) script to return the hardware information for dd-wrt (script below). But to help others out, is there a place in the repository to store such code?

#!/usr/bin/env sh
nvram get DD_BOARD

Thanks!