llm-discord-bot / entry_script.sh
chansung's picture
Update entry_script.sh
0bce16e
raw
history blame
103 Bytes
#!/bin/bash
python health_check.py > log2.log &
python entry_point.py > log1.log &
tail -f log1.log