Commit 87435bf4 authored by David Wilson's avatar David Wilson

issue #140: nicer filetree construction

parent 3584084b
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
connection: local connection: local
shell: > shell: >
mkdir filetree; mkdir filetree;
for i in {1..1000} ; do touch filetree/$i ; done for i in `seq 1 1000` ; do echo $i > filetree/$i ; done
args: args:
creates: filetree creates: filetree
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment