1 2 3 4 5 6 7 8 9 10
#!/bin/sh # sh install-site.sh echo 'stopping backend...' tmux kill-session -t backend echo 'stopping chat api...' tmux kill-session -t gpt_api_chat echo 'stopped.'