diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2019-09-28 13:55:20 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2019-09-28 13:55:20 +0200 |
commit | 252568121742f336a9e42e55a8985e5e7c31f49f (patch) | |
tree | b173fa956c1646af855cca4ea3ec58bf5d2f2976 /big-tree/all.do | |
parent | 4fcdbd91d1ace42384a890cbd1e14e57662e8046 (diff) |
* refactor big-tree test case
Diffstat (limited to 'big-tree/all.do')
-rw-r--r-- | big-tree/all.do | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/big-tree/all.do b/big-tree/all.do index 6d8498f..b2da26c 100644 --- a/big-tree/all.do +++ b/big-tree/all.do @@ -1,4 +1,5 @@ #!/bin/sh for i in $(seq 10); do - redo-ifchange $i.branch -done + echo $i.branch +done \ + |xargs redo-ifchange |