Files
i-ts 809538f563 support hot reload via debug panel
commit_hash:e62a9824f474f0e9f95bdcde8acc0b3282bfcb33
2025-10-31 19:39:30 +03:00

7 lines
55 B
Bash
Executable File

#!/bin/bash
set -e
cd hot_reload
python3 test.py
cd -