mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 20:45:57 +08:00
feat: add feat scripts
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
@@ -46,6 +46,12 @@ if [ "${missing}" ];then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
temp_output=$(mktemp) # 创建一个临时文件存储原始输出
|
||||
|
||||
eval "cat << EOF
|
||||
$(cat ${template_file})
|
||||
EOF"
|
||||
EOF" > $temp_output
|
||||
|
||||
sed "s/''//g" $temp_output
|
||||
|
||||
rm $temp_output
|
||||
|
||||
Reference in New Issue
Block a user