projects
/
IRC.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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