代码拉取完成,页面将自动刷新
#!/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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。