diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-10-27 17:39:08 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-10-27 17:39:08 +0200 |
commit | cc7e3519a67c8080c44a104ab1b5d4d61b6b35c5 (patch) | |
tree | a7c78b8183ef430981ccd5dddda95390377cc874 /Userland/.gitignore | |
parent | 8f91a47aebe4154124ec7d54f5c71d167937e5e4 (diff) | |
download | serenity-cc7e3519a67c8080c44a104ab1b5d4d61b6b35c5.zip |
Add a /bin/clear that prints the clear terminal escape sequence.
It doesn't work yet, but it will!
Diffstat (limited to 'Userland/.gitignore')
-rw-r--r-- | Userland/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/.gitignore b/Userland/.gitignore index fd9204f785..2021222cef 100644 --- a/Userland/.gitignore +++ b/Userland/.gitignore @@ -11,3 +11,4 @@ true hostname cat uname +clear |