fork(1) download
  1. #!/bin/bash
  2.  
  3. cat << InputData
  4. f n1 n2 n3
  5. n1 1 2 3
  6. n2 1 2 3
  7. n3 1 2 3
  8. InputData
Success #stdin #stdout 0.02s 5308KB
stdin
Standard input is empty
stdout
f n1 n2 n3
n1 1 2 3
n2 1 2 3
n3 1 2 3