diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-04-19 18:23:01 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-04-19 18:23:01 +0200 |
commit | 89f91a3333cbae1e86410f4039d6176066e4f4ad (patch) | |
tree | f7c2bfd6e7e94e104e441620ed0bc61be4d44c97 | |
parent | complete code (diff) | |
download | mongotimer-89f91a3333cbae1e86410f4039d6176066e4f4ad.tar.gz mongotimer-89f91a3333cbae1e86410f4039d6176066e4f4ad.tar.bz2 mongotimer-89f91a3333cbae1e86410f4039d6176066e4f4ad.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-x | mongoclock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ #!/bin/sh -echo -en '\033[?25l' +echo -en '\033[?1049h\033[?25l' "$0.py" 2>/dev/null -echo -en '\033[?25h' +echo -en '\033[?25h\033[H\033[2J\033[?1049l' |