#!/bin/bash

script_path=$(readlink -f $0)
python_script_path=/usr/share/flatcam
python3 $python_script_path/flatcam.py $*
