diff options
Diffstat (limited to 'dotest.sh')
| -rwxr-xr-x | dotest.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ mvn clean compile exec:java > outp.txt 2> error.txt; -tail -n +32 outp.txt | view -c "normal! zR" -; +tail -n +32 outp.txt | view -c "normal! zR" -c "tabe error.txt" -c "normal! gt" -; +# tail -n +32 outp.txt | view -c "normal! zR" -; |
