diff options
| author | Ben Culkin <benculkin@Daniel-Culkins-iMac.local> | 2018-05-16 12:21:55 -0400 |
|---|---|---|
| committer | Ben Culkin <benculkin@Daniel-Culkins-iMac.local> | 2018-05-16 12:21:55 -0400 |
| commit | 66f5a43dee94657a56141c093488eccbf64c7ae1 (patch) | |
| tree | 0c02cc607fbee44d375691760164c1ea8e81af58 /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" -; |
