issue #140: nicer filetree construction

This commit is contained in:
David Wilson 2018-03-14 16:17:02 +00:00
parent 3584084be6
commit 87435bf45d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
connection: local
shell: >
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:
creates: filetree