From 5ee0e61574e46ac170685fc1d9c419a2840dcbd8 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 18 Dec 2022 01:39:27 +0800 Subject: [PATCH] enhance readme --- README.md | 2 ++ test_syntax.sh | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 test_syntax.sh diff --git a/README.md b/README.md index 9862937..dddc152 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ **v2ray-heroku 由于 heroku 取消免费,项目已经死了。这里是新的项目。** +> For international user, I write this readme in Chinese. But I understand English pretty well, if your has any issue, please open it in Github. + > 项目正在开发,基本可用,会有 bug。。 > **请定期按照 github 的提示,只同步到自己的项目。只需要在乎下图红框的提示,其他提示不要点击**。 > ![sync](./doc/sync.jpg) diff --git a/test_syntax.sh b/test_syntax.sh new file mode 100644 index 0000000..4f103a2 --- /dev/null +++ b/test_syntax.sh @@ -0,0 +1,5 @@ +if [[ $uuid ]]; then + echo "skip tf mask" + else + echo "enable tf mask" + fi \ No newline at end of file