llm-discord-bot / entry_script.sh
chansung's picture
Rename entry_script.py to entry_script.sh
33bf4f0
raw
history blame
115 Bytes
#!/bin/bash
# Start the first process
python entry_point.py &
# Start the second process
python health_check.py &