Guest User

Untitled

a guest
Apr 26th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. read -r -p "`echo $'n'`please enter your 1st option: " OPTION1
  2. read -r -p "`echo $'n'`please enter your 2nd option: " OPTION2
  3. read -r -p "`echo $'n'`please enter your domain: " OPTION3
  4. read -r -p "`echo $'n'`please enter your env: " OPTION4
  5. echo "$OPTION1 $OPTION2 $OPTION3 $OPTION4"
Add Comment
Please, Sign In to add comment