on avance un peu pmoqobuz

This commit is contained in:
2025-12-08 22:32:42 +01:00
parent 31ee25c7f2
commit 76132086b6
31 changed files with 9047 additions and 309 deletions

View File

@@ -4,7 +4,7 @@ TARGET=$1
DEST=$(basename $TARGET)
VERSION=$2
find $TARGET -type f -not -name '.*' \
find $TARGET -type f -not -name '.*' -not -name '*.webp' \
| while read filename ; do
echo "=============== $filename ============"
cat $filename