small change
[IRC.git] / Robust / src / Benchmarks / Distributed / RainForest / dsm / extractLines
1 #!/bin/sh
2 lines=$(grep -n "#" tmp1RainForest.java | cut -d: -f1 | sed '1q')
3 sed '/#/d' tmp1RainForest.java > tmpRainForest.java