add variable exercises

This commit is contained in:
sunface
2022-02-24 15:50:01 +08:00
parent cea8ebc4bc
commit bc042e9552
6 changed files with 249 additions and 3 deletions

7
deploy.sh Normal file → Executable file
View File

@ -0,0 +1,7 @@
cd en
./deploy
cd ../zh-CN
./deploy
cd ..