billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=4378f871629abdb72877ba2a12d520138bba89e0

commit 4378f871629abdb72877ba2a12d520138bba89e0
Author: Boris Faure <bill...@gmail.com>
Date:   Sun May 31 22:31:13 2015 +0200

    add tools/scroll.sh
---
 tools/scroll.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tools/scroll.sh b/tools/scroll.sh
new file mode 100755
index 0000000..39b064c
--- /dev/null
+++ b/tools/scroll.sh
@@ -0,0 +1,8 @@
+#/bin/bash
+
+I=0
+while [ 1 ]; do
+    sleep 1
+    echo $I
+    I=`expr $I + 1`
+done

-- 


Reply via email to