Add some documentation to lazyserver.sh

I had no idea what it did, so I asked and tossed the answer at the
top of the script.
This commit is contained in:
Will Kahn-Greene 2011-12-12 10:17:03 -05:00
parent 5b9ef3d58f
commit 78dc055e22

View File

@ -16,6 +16,10 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# This runs Mediagoblin using Paste with Celery set to always eager mode.
#
if [ "$1" = "-h" ] if [ "$1" = "-h" ]
then then
echo "$0 [-h] [-c paste.ini] [ARGS_to_paster ...]" echo "$0 [-h] [-c paste.ini] [ARGS_to_paster ...]"