12 lines
380 B
Bash
Executable File
12 lines
380 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# You can change these path by environ
|
|
# export UPLOAD_FOLDER="$(dirname "$0")/uploads"
|
|
# export PRINT_CONFIG_FOLDER="$(dirname "$0")/print_config"
|
|
# export PRUSA_SLICE_BIN="$(dirname "$0")/prusaslicer/PrusaSlicer-2.9.4-aarch64-full.AppImage"
|
|
|
|
|
|
source "$(dirname "$0")/venv/bin/activate"
|
|
|
|
# huey_consumer "run_huey.huey" > /dev/null 2>&1
|
|
huey_consumer "run_huey.huey" |