Files
llinescan/kill_live.sh
wissotsky cc19519c12 feat: add production deployment scripts
run_live.sh:
- Background process management for main pipeline
- Web server startup with logging
- Zrok tunnel for remote access
- PID file management for process tracking

kill_live.sh:
- Clean process termination using stored PIDs
2025-11-16 00:55:38 +02:00

1 line
57 B
Bash
Executable File

kill $(cat main.pid) $(cat webserver.pid) $(cat zrok.pid)