From b45b4b51e8930c4ef598e319006441c3a63eb441 Mon Sep 17 00:00:00 2001 From: Arnout Kazemier Date: Fri, 6 Aug 2010 17:08:37 +0200 Subject: [PATCH] Added & to fork process --- issues/1/bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issues/1/bash.sh b/issues/1/bash.sh index c3d0d0c..5f5c776 100755 --- a/issues/1/bash.sh +++ b/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