#!/bin/sh

## To be able to run fluents without installing it, we have to set
## PYTHONPATH.

export PYTHONPATH=$PYTHONPATH:.:./workflows
./bin/fluents $@