]> git.plutz.net Git - bookman/commitdiff
wrapper for gatling
authorpaul <paul@plutz.net>
Sat, 9 Dec 2017 20:29:08 +0000 (20:29 +0000)
committerpaul <paul@plutz.net>
Sat, 9 Dec 2017 20:29:08 +0000 (20:29 +0000)
svn path=/trunk/; revision=18

index.html [new file with mode: 0755]

diff --git a/index.html b/index.html
new file mode 100755 (executable)
index 0000000..2e48eef
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Wrapper Script for gatling
+
+./index.cgi $@ \
+| sed -r '0,/^Status: /{s;^Status: ;HTTP/1.1 ;;}'