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