From 47a0a3f433f820fc78d180884f6ca376fba97b73 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 12 Apr 2015 13:05:47 +0200 Subject: Tidy up everything :) --- tools/time | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tools/time (limited to 'tools/time') diff --git a/tools/time b/tools/time new file mode 100755 index 0000000..4e3cbfc --- /dev/null +++ b/tools/time @@ -0,0 +1,7 @@ +#!/bin/bash +for i in {1..5} +do + ratpoison -c "echo `ratpoison -c "time"`" + sleep 1 +done +ratpoison -c "echo ` `" -- cgit v1.2.3-54-g00ecf