Guest User

Untitled

a guest
Mar 24th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. if [[ 1 == 1 ]]
  2. then
  3. echo "true"
  4. fi
  5.  
  6. if [[ 1 == 1 ]]; then; echo "true"; fi
Add Comment
Please, Sign In to add comment