revisi probe e0.4_15_4_2

electronics
a2nr 2024-07-04 15:49:04 +07:00
parent e77f02bad7
commit 979520ba24
7 changed files with 3202 additions and 4357 deletions

13
Electronics/probe/archiveIt.sh Executable file
View File

@ -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