From dc59c77d34809d07665c4d4995a37b88f816b360 Mon Sep 17 00:00:00 2001 From: Saza <49511480+saza-ku@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:25:49 +0900 Subject: [PATCH] rename hogehoge.txt to test.txt (#60) --- scripts/create-test-dir.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-test-dir.sh b/scripts/create-test-dir.sh index 8c74e37..999a9d0 100644 --- a/scripts/create-test-dir.sh +++ b/scripts/create-test-dir.sh @@ -5,4 +5,4 @@ REPO_ROOT=$(git rev-parse --show-toplevel) cd $REPO_ROOT mkdir -p build/test -echo "fd_read test" > build/test/hogehoge.txt +echo "fd_read test" > build/test/test.txt