changeset 4759:f669191081dd

<Hjulle> for x in `seq 5`; do echo b$x >> y; sleep 1; done;
author HackBot
date Mon, 25 Aug 2014 14:19:48 +0000
parents b07bbf578e2c
children bf132e6daa9d
files y
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/y	Mon Aug 25 14:19:48 2014 +0000
@@ -0,0 +1,5 @@
+b1
+b2
+b3
+b4
+b5