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...
62ed6ac
llm-discord-bot
/
entry_script.sh
chansung
Update entry_script.sh
31d20f6
about 2 years ago
raw
Copy download link
history
blame
102 Bytes
#!/bin/bash
python health_check.py > log2.log &
python entry_point.py > log1.log &
tail
-f log2.log