fork 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. set person;
  9. echo "What is your name?"
  10. read PERSON
  11. echo "Hello, $PERSON"
  12.  
Success #stdin #stdout 0.01s 5308KB
stdin
undefined 
stdout
What is your name?
Hello, undefined