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
133 B
Bash
Executable File

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