ccc-tnt-psd2ui/psd2ui-tools/cmd.sh

16 lines
323 B
Bash
Raw Permalink Normal View History

2023-12-22 09:48:53 +00:00
# node ./dist/index.js
# exec /bin/bash
#!/bin/sh
#============ get the file name ===========
echo -e "导出表格数据:拖拽想要处理的文件和文件夹到此"
read InputDir
echo "导出数据"
node dist/index.js --engine-version v342 --pinyin --input "${InputDir}"
exec /bin/bash