diff options
Diffstat (limited to 'RGens/dotest.sh')
| -rwxr-xr-x | RGens/dotest.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RGens/dotest.sh b/RGens/dotest.sh index b2b43b9..a39a012 100755 --- a/RGens/dotest.sh +++ b/RGens/dotest.sh @@ -1,4 +1,5 @@ #!/bin/bash -mvn clean compile exec:java > outp.txt 2> error.txt; tail -n +35 outp.txt \ -| view -c "normal! zR" -; +mvn clean compile exec:java > outp.txt 2> error.txt; + +tail -n +36 outp.txt | view -c "normal! zR" -; |
