changeset 4752:1f7b4b6b09d6

<Hjulle> for x in `seq 5`; do echo a$x >> y; sleep 1; done; cat y
author HackBot
date Mon, 25 Aug 2014 13:43:58 +0000
parents a7f328da1afd
children 89a75fdaa798
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 13:43:58 2014 +0000
@@ -0,0 +1,5 @@
+a1
+a2
+a3
+a4
+a5