Guest User

Untitled

a guest
Jul 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. x=0
  4. y=0
  5.  
  6. read x <<EOF
  7. 1
  8. EOF
  9.  
  10. echo 1 | read y
  11.  
  12. echo "$x$y"
Add Comment
Please, Sign In to add comment