6 lines
147 B
Bash
Executable File
6 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PYTHONPATH=".:../editor-python/editor-python/src:../framework-python/lib/mbs"
|
|
python3 compilers/yaml2mcl/Program.py ${1+"$@"}
|
|
|