organization

This commit is contained in:
wangchuxiao 2022-05-18 11:15:09 +08:00
parent c7b1d4514f
commit 9557baf22a
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,7 @@
cd ../../script/; ./build_all_service.sh
cd ../deploy_k8s/dockerfiles
dockerfile_list=$(ls ../dockerfiles/)
mv ../../bin/* ./
echo "start to build images"
for dockerfile in $dockerfile_list

View File

@ -0,0 +1,2 @@
var2=`echo "hello world"|awk -F ' ' '{print $1}'`
echo $var2