llm-discord-bot / entry_script.py
chansung's picture
Create entry_script.py
17c779c
raw
history blame
115 Bytes
#!/bin/bash
# Start the first process
python entry_point.py &
# Start the second process
python health_check.py &