fix:content/about* add:content/legals*
This commit is contained in:
parent
1c7a32b9f4
commit
a52134a256
322 changed files with 3252 additions and 2585 deletions
6
hellowrld/helloworld.php
Normal file
6
hellowrld/helloworld.php
Normal 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));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue