9 lines
152 B
Bash
Executable File
9 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
|
|
## To be able to run laydi without installing it, we have to set
|
|
## PYTHONPATH.
|
|
|
|
export PYTHONPATH=$PYTHONPATH:.:./workflows
|
|
./bin/laydi $@
|
|
|