#!/bin/sh mkdir fifos for f in cert err ok other redir req tls ; do mkfifo fifos/$f done