aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlfs.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/lfs.sh b/lfs.sh
index 88ad29c..7d28cfa 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+clear
+
# LFS build environment settings
source env.sh
@@ -70,4 +72,4 @@ for package in m4 ncurses bash coreutils diffutils file findutils gawk grep gzip
if [ "$retval" -ne 0 ]; then
exit 1
fi
-done \ No newline at end of file
+done