view run_server.sh @ 233:a645ed99c6c6

Fix Mac OS downloads The agent usually has a "Mac OS X..." string. As system is used as a regex to check for the agent we have to use the proper system identifier.
author David Soria Parra <dsp@php.net>
date Sun, 02 Aug 2009 23:09:16 +0200
parents 34c3f878f09c
children
line wrap: on
line source

#!/bin/sh
# Shell script to simply run the django server. 

cd hgscm
python manage.py runserver

# yes I'm lazy :)