changeset 4761:526ee969f191

<Hjulle> for x in `seq 5`; do echo b$x >> y; sleep 1; done;
author HackBot
date Mon, 25 Aug 2014 14:20:10 +0000
parents bf132e6daa9d
children acb404d03e09
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:20:10 2014 +0000
@@ -0,0 +1,5 @@
+b1
+b2
+b3
+b4
+b5