fork download
  1. #!/bin/bash
  2. # your code goes here
  3. for name in accenture leela rohy
  4. do
  5. echo $name
  6. done
Success #stdin #stdout 0s 5668KB
stdin
Standard input is empty
stdout
accenture
leela
rohy