#!/bin/bash echo "Запуск TCP сервера" python src/tcp_server.py & echo "Запуск TCP клиента" python src/tcp_client.py