fork(1) download
  1. #!/bin/bash
  2. # your code goes here
  3. #!/bin/sh
  4.  
  5. # Author : Zara Ali
  6. # Copyright (c) Tutorialspoint.com
  7. # Script follows here:
  8.  
  9. echo "What is your name?"
  10. read PERSON
  11. echo "Hello, $PERSON"
Success #stdin #stdout 0s 5296KB
stdin
toran
stdout
What is your name?
Hello, toran