changeset 4746:f0083402e6f7

<Hjulle> for x in `seq 5`; do echo b$x >> y; sleep 1; done
author HackBot
date Mon, 25 Aug 2014 13:42:43 +0000
parents 8af8cd1c88a7
children 84d28254cd85
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:42:43 2014 +0000
@@ -0,0 +1,5 @@
+b1
+b2
+b3
+b4
+b5