use bash instead of sh in http_simple_bench.sh
authorRyan Dahl <ry@tinyclouds.org>
Tue, 19 Oct 2010 00:48:49 +0000 (17:48 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 19 Oct 2010 00:48:49 +0000 (17:48 -0700)
benchmark/http_simple_bench.sh

index 79cbaa7..6ba8e06 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 SERVER=127.0.0.1
 PORT=8000