Guest User

Untitled

a guest
May 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #!/usr/bin/env bash
  2. if [[ $VAR =~ '^[0-9]+$' ]]; then
  3. execute code
  4. fi
Add Comment
Please, Sign In to add comment