5 lines
150 B
Bash
Executable File
5 lines
150 B
Bash
Executable File
#!/bin/bash -e
|
|
cd "$(dirname "$0")"
|
|
source "./venv/Scripts/activate" || source "./venv/bin/activate"
|
|
python -O "./src/lib/charts/MultiAxisExample.py"
|