first working version

This commit is contained in:
Lian Studer
2026-02-14 21:00:23 +01:00
commit 0de60fb7c3
8 changed files with 650 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# Reimagine
## Finding file count
find . -type f -iname "*.jpg" | wc -l