From 0faa5175b6f0de8835ed514615ac64135f406b29 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Tue, 29 May 2018 15:35:02 -0300 Subject: Move files out of folder --- dotest.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 dotest.sh (limited to 'dotest.sh') diff --git a/dotest.sh b/dotest.sh new file mode 100755 index 0000000..a39a012 --- /dev/null +++ b/dotest.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +mvn clean compile exec:java > outp.txt 2> error.txt; + +tail -n +36 outp.txt | view -c "normal! zR" -; -- cgit v1.2.3