commit 3e401407a3e421e143883057f32edcc808fd741f Author: David Fifield david@bamsoftware.com Date: Sun Oct 30 23:25:52 2011 -0700
Insist on bash in experiments. --- experiments/switching/local-http-alternating.sh | 2 +- experiments/switching/local-http-constant.sh | 2 +- experiments/switching/remote-tor-alternating.sh | 2 +- experiments/switching/remote-tor-constant.sh | 2 +- experiments/throughput/throughput-all.sh | 2 +- experiments/throughput/throughput.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/experiments/switching/local-http-alternating.sh b/experiments/switching/local-http-alternating.sh index d83651a..cae696c 100755 --- a/experiments/switching/local-http-alternating.sh +++ b/experiments/switching/local-http-alternating.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash
# Usage: ./local-http-alternating.sh # diff --git a/experiments/switching/local-http-constant.sh b/experiments/switching/local-http-constant.sh index b551140..1632d62 100755 --- a/experiments/switching/local-http-constant.sh +++ b/experiments/switching/local-http-constant.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash
# Usage: ./local-http-constant.sh # diff --git a/experiments/switching/remote-tor-alternating.sh b/experiments/switching/remote-tor-alternating.sh index e7c14fd..b665bc2 100755 --- a/experiments/switching/remote-tor-alternating.sh +++ b/experiments/switching/remote-tor-alternating.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash
# Usage: ./remote-tor-alternating.sh # diff --git a/experiments/switching/remote-tor-constant.sh b/experiments/switching/remote-tor-constant.sh index 0f84a06..76bca81 100755 --- a/experiments/switching/remote-tor-constant.sh +++ b/experiments/switching/remote-tor-constant.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash
# Usage: ./remote-tor-constant.sh # diff --git a/experiments/throughput/throughput-all.sh b/experiments/throughput/throughput-all.sh index 015e3e1..7d881a9 100755 --- a/experiments/throughput/throughput-all.sh +++ b/experiments/throughput/throughput-all.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash
for n in $(seq 1 50); do ./throughput.sh -n $n diff --git a/experiments/throughput/throughput.sh b/experiments/throughput/throughput.sh index 304e5e5..944bcc1 100755 --- a/experiments/throughput/throughput.sh +++ b/experiments/throughput/throughput.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash
# Usage: ./throughput.sh [-n NUM_CLIENTS] #
tor-commits@lists.torproject.org