#!/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.'