8 lines
168 B
Bash
8 lines
168 B
Bash
tar -cvzf simple-tts.tgz \
|
|
requirements.txt \
|
|
requirements-jp.txt \
|
|
requirements-zh.txt \
|
|
LICENSE \
|
|
README.md \
|
|
tongue-twister.txt \
|
|
tts.py
|