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