diff options
Diffstat (limited to 'tools/time')
-rwxr-xr-x | tools/time | 7 |
1 files changed, 7 insertions, 0 deletions
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 ` `" |