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

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

tail -n +32 outp.txt | view -c "normal! zR" -;