diff options
Diffstat (limited to 'Window_Manager/ratpoison/time')
-rwxr-xr-x | Window_Manager/ratpoison/time | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Window_Manager/ratpoison/time b/Window_Manager/ratpoison/time new file mode 100755 index 0000000..4e3cbfc --- /dev/null +++ b/Window_Manager/ratpoison/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 ` `" |