bashism
authorng0 <ng0@n0.is>
Sat, 9 Mar 2019 11:47:53 +0000 (11:47 +0000)
committerng0 <ng0@n0.is>
Sat, 9 Mar 2019 11:47:53 +0000 (11:47 +0000)
src/transport/benchmark.sh

index 6ae68af2acc0188db122789dd2f83761e5cb3396..a29e6ec2ddfbdc17e83e044f02113640ee42ebba 100755 (executable)
@@ -1,15 +1,13 @@
-#/bin/sh
+#!/bin/sh
 
-for i in {1..0}
+for i in $(seq 1 0)
 do
  echo RUN $i
  ./test_transport_api_reliability_http
 done
 
-for i in {1..100}
+for i in $(seq 1 100)
 do
  echo RUN $i
  ./test_transport_api_reliability_https
 done
\ No newline at end of file