diff --git a/scripts/teetime-cmd/startTeetime.sh b/scripts/teetime-cmd/startTeetime.sh
new file mode 100644
index 0000000000000000000000000000000000000000..56680a1be9a398b31a4029ef1beb2efd584902ab
--- /dev/null
+++ b/scripts/teetime-cmd/startTeetime.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+cp=.:teetime.jar:lib/kieker-1.9_aspectj.jar
+jvmParams=
+params=
+
+JAVAARGS="-server"
+JAVAARGS="${JAVAARGS} -d64"
+JAVAARGS="${JAVAARGS} -Xms1G -Xmx1G"
+JAVAARGS="${JAVAARGS} -verbose:gc -XX:+PrintCompilation"
+
+java ${JAVAARGS} ${jvmParams} -cp ${cp} teetime.variant.methodcallWithPorts.examples.traceReconstructionWithThreads.ChwWorkTcpTraceReconstructionAnalysisWithThreadsTest ${params}
\ No newline at end of file