run.sh 66 B

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