Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chansung
/
llm-discord-bot
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f1329f1
llm-discord-bot
/
entry_script.sh
chansung
Update entry_script.sh
c52a6aa
about 2 years ago
raw
Copy download link
history
blame
155 Bytes
#!/bin/bash
# Start the first process
python entry_point.py > log1.log &
# Start the second process
python health_check.py > log2.log &
tail
-f log1.log