revisi probe e0.4_15_4_2
parent
e77f02bad7
commit
979520ba24
|
@ -0,0 +1,13 @@
|
|||
!/bin/bash
|
||||
|
||||
# Change to the primary directory
|
||||
cd ./build
|
||||
|
||||
# Iterate over subdirectories
|
||||
for subdir in */; do
|
||||
# Extract the subdirectory name
|
||||
dirname=$(basename "$subdir")
|
||||
|
||||
# Zip the subdirectory into a unique .zip file
|
||||
zip -r "$dirname.zip" "$subdir"
|
||||
done
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
After Width: | Height: | Size: 150 KiB |
Binary file not shown.
After Width: | Height: | Size: 181 KiB |
Binary file not shown.
After Width: | Height: | Size: 205 KiB |
Binary file not shown.
After Width: | Height: | Size: 167 KiB |
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
Loading…
Reference in New Issue