From 85cc7f403e943b73398e0bf77b38b137bc2556a9 Mon Sep 17 00:00:00 2001 From: MinSeok Kim Date: Sun, 24 Nov 2024 15:33:13 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=9E=90=EB=8F=99=EB=B0=B0=ED=8F=AC?= =?UTF-8?q?=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/build.sh diff --git a/src/build.sh b/src/build.sh new file mode 100644 index 0000000..ed99e21 --- /dev/null +++ b/src/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh +cd ../ +mkdir output +cp -R ./WEB1_1_Q-Feed_FE/* ./output +cp -R ./output ./WEB1_1_Q-Feed_FE/ \ No newline at end of file