hell
This commit is contained in:
parent
965e071376
commit
4fabec6063
222 changed files with 7 additions and 1 deletions
6
hellowrld.old/helloworld.php
Normal file
6
hellowrld.old/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