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