6 lines
158 B
Bash
Executable File
6 lines
158 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
python3 "$SCRIPT_DIR/xfyun_tts_ubuntu.py" --mode super "$@"
|