view bin/parpg.sh.in @ 190:a22e92090018

The approach method of MovingAgentBehaviour now accepts a locatior or another instance, and uses the follow method to move to the instance position.
author KarstenBock@gmx.net
date Sat, 12 Nov 2011 20:54:25 +0100
parents 927f2cf75357
children
line wrap: on
line source

#!/bin/bash

export PYTHONPATH=${PYTHONPATH}:"@PYTHONDIR@"
cd $(dirname $0)
"@PYTHON@" -m parpg.main "@SYSCONFDIR@" $@