summaryrefslogtreecommitdiff
path: root/RGens/dotest.sh
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-18 11:52:39 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-18 11:52:39 -0300
commitca07d0ec8ec018129cf63080ebdf554a9d9abe82 (patch)
tree560ba4e69f5b2c2918b23ec3333a95ee7485e6e3 /RGens/dotest.sh
parentae9340847b7a6ef839b096d663da8162fd29c44a (diff)
Update
Diffstat (limited to 'RGens/dotest.sh')
-rwxr-xr-xRGens/dotest.sh5
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" -;