Files
tts/client/run.sh
dsyoon 373299e0cb Update run scripts for executable env
Make run scripts executable and use the specified Python path for uvicorn.
2026-01-30 14:48:31 +09:00

8 lines
155 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
cd /home/dsyoon/workspace/tts/client
echo "Client is served by the FastAPI server."
echo "No build step required."