Skip to content

Commit a145fa8

Browse files
committed
feat: build.sh 파일 추가
1 parent a2e0a97 commit a145fa8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
cd ../
3+
mkdir output
4+
cp -R ./COMFIT-LANDING/* ./output
5+
cp -R ./output ./COMFIT-LANDING/

0 commit comments

Comments
 (0)