Add linux assets

This commit is contained in:
Leandro
2020-04-27 13:47:56 -03:00
parent f55ed888d4
commit 997bf131a5
3 changed files with 17 additions and 0 deletions

10
assets/linux/flatcam-beta Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
current_path=$(dirname $0)
cd $current_path
current_path=$(pwd)
cd -
script_path=$(dirname $current_path)
python3 $script_path/FlatCAM.py $*