Files
weval-l99/run.sh
2026-04-13 12:43:21 +02:00

6 lines
127 B
Bash
Executable File

#!/bin/bash
cd /opt/weval-l99
python3 l99-master.py > logs/last-run.log 2>&1
echo DONE > logs/STATUS
date >> logs/last-run.log