summaryrefslogtreecommitdiff
path: root/dotest.sh
blob: df56c205351823ebd2c5882de22a3e54b87398b2 (plain)
1
2
3
4
5
6
#!/bin/bash

mvn clean compile exec:java > outp.txt 2> error.txt;

tail -n +28 outp.txt | view -c "normal! zR" -c "tabe error.txt" -c "normal! gt" -;
# tail -n +32 outp.txt | view -c "normal! zR" -;