summaryrefslogtreecommitdiff
path: root/dotest.sh
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-06-03 20:03:41 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-06-03 20:03:41 -0300
commitd71eeea164ee48f8a7e783dbb31c2e16f1bcab04 (patch)
treeae2ce2e2e94e65cfe0952721f417854fffca51e7 /dotest.sh
parent1f22dc76c831a3afa836cbfac39525e96a917430 (diff)
Update script
Diffstat (limited to 'dotest.sh')
-rwxr-xr-xdotest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotest.sh b/dotest.sh
index a39a012..a87cb9f 100755
--- a/dotest.sh
+++ b/dotest.sh
@@ -2,4 +2,4 @@
mvn clean compile exec:java > outp.txt 2> error.txt;
-tail -n +36 outp.txt | view -c "normal! zR" -;
+tail -n +32 outp.txt | view -c "normal! zR" -;