#!/bin/sh
echo deploying to production...
GIT_WORK_TREE=/afs/athena.mit.edu/activity/n/nts/web_scripts git checkout -f
echo done deploying...

