From 10b74556f55489d58376bdc0902b1c9ed2a25b00 Mon Sep 17 00:00:00 2001 From: minsoo kim Date: Tue, 11 Jul 2023 02:25:27 +0900 Subject: [PATCH] chore: build.sh --- 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..17f1a27 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh +cd ../ +mkdir output +cp -R ./functional-coding-nutshell/* ./output +cp -R ./output ./functional-coding-nutshell/