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.
2006-10-17 16:43:57 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2008-12-05 23:07:56 +01:00
|
|
|
## To be able to run laydi without installing it, we have to set
|
2006-10-17 16:43:57 +02:00
|
|
|
## PYTHONPATH.
|
|
|
|
|
2007-12-14 12:48:21 +01:00
|
|
|
export PYTHONPATH=$PYTHONPATH:.:./workflows
|
2008-12-05 23:07:56 +01:00
|
|
|
./bin/laydi $@
|
2006-10-17 16:43:57 +02:00
|
|
|
|