Skip to content

Commit 4eb9835

Browse files
committed
move dist zip util script into main directory
1 parent e9b7181 commit 4eb9835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
2+
cd dist
23
for i in */; do zip -r "${i%/}.zip" "$i"; done

0 commit comments

Comments
 (0)