mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
809538f563
commit_hash:e62a9824f474f0e9f95bdcde8acc0b3282bfcb33
7 lines
55 B
Bash
Executable File
7 lines
55 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd hot_reload
|
|
python3 test.py
|
|
cd -
|