  cp bfi bfc /usr/bin        &&
  BFDIR=/usr/share/brainfuck &&
  mkdir -p $BFDIR            &&
  cp *.b $BFDIR
