Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. #!/bin/bash
  2. php file1.php &
  3. php file2.php &
  4. php file3.php &
  5. php file4.php &
  6. php file5.php &
  7. # and so on...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement