PageRenderTime 26ms CodeModel.GetById 18ms app.highlight 6ms RepoModel.GetById 0ms app.codeStats 0ms

/utils/update_all_sushi.sh

https://bitbucket.org/kimoto/sushi
Shell | 4 lines | 2 code | 1 blank | 1 comment | 0 complexity | f952fa99a77885d026533607be3e0105 MD5 | raw file
1#!/bin/sh
2set -x
3cat ./etc/servers | xargs -L1 -P10 -I% ./utils/update_sushi.sh %
4