From 36361432a3fbc148433da103cc50bbe5588185ae Mon Sep 17 00:00:00 2001 From: Leonard Schuetz Date: Mon, 2 Jan 2017 02:04:27 +0100 Subject: [PATCH] Don't clear the terminal on comp and prod Signed-off-by: Leonard Schuetz --- comp.sh | 4 ---- prod.sh | 4 ---- 2 files changed, 8 deletions(-) diff --git a/comp.sh b/comp.sh index 29d530cd..85b49b50 100755 --- a/comp.sh +++ b/comp.sh @@ -1,7 +1,3 @@ - -# Reset the terminal -clear - mkdir -p bin # Build the interpreter diff --git a/prod.sh b/prod.sh index bc825b1a..8ec50ade 100755 --- a/prod.sh +++ b/prod.sh @@ -1,7 +1,3 @@ - -# Reset the terminal -clear - mkdir -p bin # Build the interpreter