Commit 534ffd67 authored by Dylan Araps's avatar Dylan Araps

Fix typo

parent 0d3a0b60
...@@ -3120,7 +3120,7 @@ main() { ...@@ -3120,7 +3120,7 @@ main() {
# If the script exits for any reason, unhide the cursor. # If the script exits for any reason, unhide the cursor.
trap 'printf "\033[?25h"' EXIT trap 'printf "\033[?25h"' EXIT
# Clear the scren # Clear the screen
clear clear
# Hide the cursor and disable line wrap # Hide the cursor and disable line wrap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment