diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-03-29 05:27:38 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-03-29 05:27:38 -0400 |
| commit | c921b00c99cf46bc33f724581ab9bde2b0d8bb6a (patch) | |
| tree | 7dbbd0d8758195de33d290f068543ec93a8a9e1a /RGens/dotest.sh | |
| parent | 3931ac2849029a2c8fa6109149fe6efe27e7ec6e (diff) | |
update
Diffstat (limited to 'RGens/dotest.sh')
| -rwxr-xr-x | RGens/dotest.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RGens/dotest.sh b/RGens/dotest.sh new file mode 100755 index 0000000..b2b43b9 --- /dev/null +++ b/RGens/dotest.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +mvn clean compile exec:java > outp.txt 2> error.txt; tail -n +35 outp.txt \ +| view -c "normal! zR" -; |
