This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
laydi/run-fluents
2007-03-01 15:27:24 +00:00

9 lines
145 B
Bash
Executable File

#!/bin/sh
## To be able to run fluents without installing it, we have to set
## PYTHONPATH.
export PYTHONPATH=$PYTHONPATH:.
./bin/fluents $@