What is SourceDrop?

SourceDrop is the easiest way to share your snippets. Try it yourself!

version=git describe --dirty echo #d...

download
version=`git describe --dirty`
echo "#define GIT_VERSION $version" > InfoPlist.h
build=`date +%s`
echo "#define BUILD_TIMESTAMP $build" >> InfoPlist.h
touch Info.plist
Uploaded at 10/23/12 15:55 (UTC)