]> Sergey Matveev's repositories - tofuproxy.git/blob - fifos/ensure.do
Refactoring
[tofuproxy.git] / fifos / ensure.do
1 for f in cert err ok other redir req tls ; do
2     [ -p $f ] || mkfifo $f
3 done