This commit is contained in:
Greta Thunberg 2024-04-17 10:21:33 +02:00
parent 4d27bfae5f
commit 58c704a515
28 changed files with 33 additions and 0 deletions

View File

View File

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 KiB

View File

View File

View File

View File

View File

View File

View File

View File

View File

33
wp-content/uploads/fixdates Executable file
View File

@ -0,0 +1,33 @@
#!/bin/bash
year=$1
if [ "" = "$1" ] ; then
echo "$0 <year>"
exit
fi
cd $year
mkdir 01
mkdir 02
mkdir 03
mkdir 04
mkdir 05
mkdir 06
mkdir 07
mkdir 08
mkdir 09
mkdir 10
mkdir 11
mkdir 12
for d in *
do
if [ -d "$d" ] ; then
touch "$d/.gitkeep"
fi
done
cd ..
chown www-data: -Rv $year