diff options
author | Kibum Kim <kb0929.kim@samsung.com> | 2012-01-07 00:51:21 +0900 |
---|---|---|
committer | Kibum Kim <kb0929.kim@samsung.com> | 2012-01-07 00:51:21 +0900 |
commit | 3a86c1cb91d7b0790a983f7eb62d0b7cfcd37a46 (patch) | |
tree | b1d92f450ba2165bd6001552e5c10cb661b12b8a /misc-utils/reset.033c | |
parent | 3fe782bd1c0128efa1c830bf7ccf0f5395f93f4a (diff) | |
download | util-linux-3a86c1cb91d7b0790a983f7eb62d0b7cfcd37a46.tar.gz util-linux-3a86c1cb91d7b0790a983f7eb62d0b7cfcd37a46.tar.bz2 util-linux-3a86c1cb91d7b0790a983f7eb62d0b7cfcd37a46.zip |
Git init
Diffstat (limited to 'misc-utils/reset.033c')
-rwxr-xr-x | misc-utils/reset.033c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc-utils/reset.033c b/misc-utils/reset.033c new file mode 100755 index 0000000..fb9834d --- /dev/null +++ b/misc-utils/reset.033c @@ -0,0 +1,11 @@ +#!/bin/sh +stty sane +tput clear +tput rmacs +tput rmm +tput rmso +tput rmul +tput rs1 +tput rs2 +tput rs3 +echo -e \\033c |