llm-discord-bot / entry_script.sh
chansung's picture
Update entry_script.sh
1e8d05a
raw
history blame
88 Bytes
#!/bin/bash
python health_check_200.py > log2.log &
python entry_point.py > log1.log &