Guest User

Untitled

a guest
Sep 11th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. $!/bin/sh
  2. HOWMUCH="kunduz"
  3. while [ -z $(echo "$HOWMUCH" | grep -E "^[[:digit:]]{1,}$") ]
  4. do
  5.    echo -n "Ile: "
  6.    read HOWMUCH
  7. done
Advertisement
Add Comment
Please, Sign In to add comment