This commit is contained in:
2022-07-17 15:07:57 +02:00
parent 1df54ea6e8
commit 734d2e5783
10 changed files with 406 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
s/\.jpeg$/\.jpg/i;
s/\.JPG$/\.jpg/i;
if (-f "$d/$_") {
$_="$_.jpg" unless (/\....$/);
}