From bbc8a412ee5fbf43f16a20259314271813bb2e45 Mon Sep 17 00:00:00 2001 From: Taoyouce Date: Wed, 8 Jul 2026 22:47:20 +0800 Subject: [PATCH] test: batch create two files --- batch-demo/a.txt | 1 + batch-demo/b.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 batch-demo/a.txt create mode 100644 batch-demo/b.txt diff --git a/batch-demo/a.txt b/batch-demo/a.txt new file mode 100644 index 0000000..7ee209f --- /dev/null +++ b/batch-demo/a.txt @@ -0,0 +1 @@ +file a \ No newline at end of file diff --git a/batch-demo/b.txt b/batch-demo/b.txt new file mode 100644 index 0000000..8d776cf --- /dev/null +++ b/batch-demo/b.txt @@ -0,0 +1 @@ +file b \ No newline at end of file