aboutsummaryrefslogtreecommitdiffstats
path: root/mongoclock
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-12 03:42:24 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-12 03:42:24 +0200
commitfee2317e973b25dc0e73603702dc686eb058b397 (patch)
tree4d9a6d50b74bc0be11a1b8a9543919c0eace3e85 /mongoclock
parentsignals will interrupt read on timer, so we do not have to wait for the timer to expire to exit (diff)
downloadmongotimer-fee2317e973b25dc0e73603702dc686eb058b397.tar.gz
mongotimer-fee2317e973b25dc0e73603702dc686eb058b397.tar.bz2
mongotimer-fee2317e973b25dc0e73603702dc686eb058b397.tar.xz
update makefile + update gitignore + fix warnings + remove old implementation + add deps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'mongoclock')
-rwxr-xr-xmongoclock12
1 files changed, 0 insertions, 12 deletions
diff --git a/mongoclock b/mongoclock
deleted file mode 100755
index 0a6746e..0000000
--- a/mongoclock
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)
-#
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved. This file is offered as-is,
-# without any warranty. [GNU All Permissive License]
-
-echo -en '\033[?1049h\033[?25l'
-"$0.py" 2>/dev/null
-echo -en '\033[?25h\033[H\033[2J\033[?1049l'