diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2016-04-30 22:05:34 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2016-04-30 22:05:34 +0200 |
commit | 8afd90e99945ee098b15a2657bf8814295273e1d (patch) | |
tree | f833c7118c54387a30a2546ec1b53385c1a31458 /big-tree/all.do | |
parent | 9915e5fcdee9e49ae17257804ca6c28c24f2fd9f (diff) |
+ test for big tree of dependencies (10 branches with 100 leafs each)
Diffstat (limited to 'big-tree/all.do')
-rw-r--r-- | big-tree/all.do | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/big-tree/all.do b/big-tree/all.do new file mode 100644 index 0000000..6d8498f --- /dev/null +++ b/big-tree/all.do @@ -0,0 +1,4 @@ +#!/bin/sh +for i in $(seq 10); do + redo-ifchange $i.branch +done |