Meshroom/start.sh
Tem326 692ecfa74d
Add bash script to start Meshroom on linux (#1002)
Co-authored-by: Fabien Castan <fabcastan@gmail.com>
2020-09-10 20:20:32 +02:00

3 lines
99 B
Bash

#!/bin/sh
export PYTHONPATH="$(dirname "$(readlink -f "${BASH_SOURCE[0]}" )" )"
python meshroom/ui