Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0
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

9 lines
145 B
Plaintext
Raw Normal View History

#!/bin/sh
## To be able to run fluents without installing it, we have to set
## PYTHONPATH.
2007-03-01 16:27:24 +01:00
export PYTHONPATH=$PYTHONPATH:.
./bin/fluents $@