mirror of
https://github.com/rany2/edge-tts
synced 2024-11-22 09:56:53 +00:00
13 lines
76 B
Bash
Executable File
13 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
./clean.sh
|
|
|
|
./build.sh
|
|
./publish.sh
|
|
|
|
./clean.sh
|
|
|
|
exit 0
|