Abheek D
3 years ago
committed by
GitHub
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
FOLDERS=UsmToolkit/bin/Release/netcoreapp3.1/*/ |
||||
|
|
||||
|
for f in $FOLDERS |
||||
|
do |
||||
|
zip -r "${f%/*}.zip" $f |
||||
|
done |
Loading…
Reference in new issue