Introduction
Introduction Statistics Contact Development Disclaimer Help
sfeedrc.parallel - sfeed_tests - sfeed tests and RSS and Atom files
git clone git://git.codemadness.org/sfeed_tests
Log
Files
Refs
README
LICENSE
---
sfeedrc.parallel (326B)
---
1 # rc: basic test for job handling difference in sfeed 1.9 vs xargs
2
3 sfeedpath=$(mktemp -d '/tmp/sfeed_test_path_XXXXXXXX')
4 maxjobs=8
5
6 _feed() {
7 echo "[$1] start" >&2
8 sleep "$1"
9 echo "[$1] done" >&2
10 }
11
12 feeds() {
13 # for i in 10 9 8 7 6 5 4 3 2 1; do
14 # feed "$i"
15 # done
16
17 for i in 1 2 3 4 5 6 7 8 9 10; do
18 feed "$i"
19 done
20 }
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.