Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev-cura - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: debfeb6725126b3ae2a4a0f9740eee6e6d329652 (plain)
1
2
3
4
#!/bin/sh
## cura
cd "${0%/*}"
PYTHONPATH=$PYTHONPATH:. exec python ./scripts/linux/cura.py "$@"