Skip to content

Commit 00d28fe

Browse files
committed
chore: build.sh 작성
1 parent 1cc112f commit 00d28fe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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 ./Frontend-StockPort/* ./output
5+
cp -R ./output ./Frontend-StockPort/

0 commit comments

Comments
 (0)