diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-04-19 18:22:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-04-19 18:22:08 +0200 |
commit | dfd3eba0e27d031c6ddab73fba5c810e3f6bfadf (patch) | |
tree | 77cd1085ac2c21fe2e862393d0694f3067696b63 /mongoclock | |
parent | how to print time, without concidering the time or screen dimensions (diff) | |
download | mongotimer-dfd3eba0e27d031c6ddab73fba5c810e3f6bfadf.tar.gz mongotimer-dfd3eba0e27d031c6ddab73fba5c810e3f6bfadf.tar.bz2 mongotimer-dfd3eba0e27d031c6ddab73fba5c810e3f6bfadf.tar.xz |
complete code
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'mongoclock')
-rwxr-xr-x | mongoclock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mongoclock b/mongoclock new file mode 100755 index 0000000..049e146 --- /dev/null +++ b/mongoclock @@ -0,0 +1,4 @@ +#!/bin/sh +echo -en '\033[?25l' +"$0.py" 2>/dev/null +echo -en '\033[?25h' |