run.sh 67 B

1234567
  1. #!/usr/bin/bash
  2. IN="$(mktemp --suffix .b)"
  3. cat > "$IN"
  4. bf "$IN"