diff --git a/thebookofcolors b/thebookofcolors index 48d4394..f83d391 100755 --- a/thebookofcolors +++ b/thebookofcolors @@ -35,8 +35,6 @@ title() { } main() { - clear - thebookofcolors newline 2 @@ -155,5 +153,5 @@ main() { name="$(basename $0)" if test "$name" = "thebookofcolors"; then - main + main | less -R fi