Under Original/Normal_Java/ one would find the original Labyrinth project ported...
[IRC.git] / Robust / src / Benchmarks / Java-Single / Labyrinth / mlp / Normal_Java / extractLines
diff --git a/Robust/src/Benchmarks/Java-Single/Labyrinth/mlp/Normal_Java/extractLines b/Robust/src/Benchmarks/Java-Single/Labyrinth/mlp/Normal_Java/extractLines
new file mode 100644 (file)
index 0000000..c75e572
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+lines=$(grep -n "#" $1 | cut -d: -f1 | sed '1q')
+sed '/^#/d' $1 > ttt$1