Advertisement
Guest User

Bash solution

a guest
Oct 28th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. XYZ="71E17-65E47-AD4D2-984F8"
  2. if [[ $ABC == "" ]]; then
  3.     echo 'ABC="1$ABC"
  4. if [[ $ABC == "11" ]]; then echo "$XYZ"; fi
  5. '
  6. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement