#!/bin/sh -e [ -n "$1" ] for p in 4 6 ; do echo $1 > fifos${p}/del [ -e txs${p}/$1.tx ] && rm -v txs${p}/$1.tx || : done rm -v $1.bf