Add linux assets
This commit is contained in:
10
assets/linux/flatcam-beta
Executable file
10
assets/linux/flatcam-beta
Executable 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 $*
|
||||
Reference in New Issue
Block a user