Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added & to fork process
  • Loading branch information
3rd-Eden committed Aug 6, 2010
1 parent 016f1ad commit b45b4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issues/1/bash.sh
@@ -1,5 +1,5 @@
#!/bin/bash
for i in {1..50}
do
curl http://localhost:8124/
curl http://localhost:8124/ &
done

0 comments on commit b45b4b5

Please sign in to comment.