Advertisement
Guest User

Untitled

a guest
Nov 26th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. vvod=$1
  3. if grep -Fq "huita" <<< "$vvod"
  4.         then
  5.                 echo "est huitta"
  6.         else
  7.                 echo "net huiti"
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement