mirror of
https://github.com/kuhyx/praca_magisterska.git
synced 2026-07-04 11:43:16 +02:00
6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
# Run the Python shortest-path visualizer (requires pygame)
|
|
set -e
|
|
cd "$(dirname "$0")"
|
|
python3 visualizer.py
|