Files
Qwen3-tts/start.sh

5 lines
65 B
Bash
Raw Normal View History

2026-06-17 08:33:47 +02:00
#!/bin/bash
set -e
cd "$(dirname "$0")"
2026-06-18 17:27:42 +02:00
exec ./start_tts.sh "$@"