From 7ad2442b99bb165d641193c8055f31b97f9aef3c Mon Sep 17 00:00:00 2001 From: BearHumanS Date: Fri, 10 May 2024 17:52:58 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20build.sh=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..9de29a2 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh +cd ../ +mkdir output +cp -R ./my-pokemon/* ./output +cp -R ./output ./my-pokemon/ \ No newline at end of file