Guest User

Untitled

a guest
Jun 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. * yes または それ以外
  2. read -p "yes or no: " input; [ ${input} = yes ] && echo -e "YeeeesS" || echo -e "NooooO";
  3.  
  4. * enter または それ以外
  5. read -p "yes or no: " input; [ ${input}x = x ] && echo -e "YeeeesS" || echo -e "NooooO";
Add Comment
Please, Sign In to add comment