diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-18 11:52:39 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-18 11:52:39 -0300 |
| commit | ca07d0ec8ec018129cf63080ebdf554a9d9abe82 (patch) | |
| tree | 560ba4e69f5b2c2918b23ec3333a95ee7485e6e3 /RGens/dotest.sh | |
| parent | ae9340847b7a6ef839b096d663da8162fd29c44a (diff) | |
Update
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" -; |
