1 Star 1 Fork 0

上海老李/ekho

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run_test.sh 539 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yun Huang 提交于 2016-04-13 22:58 . add test script
#!/bin/bash
text_file="/tmp/ekho.in.txt"
# prepare
if [ -e "${text_file}" ]
then
rm "${text_file}"
fi
echo "你好!世界!" >> "${text_file}"
echo "一二三四五六七八九十" >> "${text_file}"
echo "背上 背着 背包" >> "${text_file}"
echo "睡觉是第四声,觉得是第三声" >> "${text_file}"
echo "难得糊涂,空难事故" >> "${text_file}"
# test
#./ekho -v "Cantonese" -f "${text_file}"
./ekho -v "Mandarin" -f "${text_file}"
# clean
if [ -e "${text_file}" ]
then
rm "${text_file}"
fi
exit 0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Scheme
1
https://gitee.com/nwaycn/ekho.git
git@gitee.com:nwaycn/ekho.git
nwaycn
ekho
ekho
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385