fix:content/about* add:content/legals*

This commit is contained in:
GZod01 2024-06-06 12:11:20 +02:00
parent 1c7a32b9f4
commit a52134a256
322 changed files with 3252 additions and 2585 deletions

6
hellowrld/helloworld.php Normal file
View file

@ -0,0 +1,6 @@
<?php
foreach($argv as $u){
if($u===$argv[0]) continue;
echo "$u\n";
file_put_contents(str_replace("/","-",$u),file_get_contents($u));
}