Guest User

Untitled

a guest
Jul 11th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # Using [[]] in BASH.
  2. echo "alias x='bash 20180712_Thursday/20180712.sh'"
  3.  
  4. COMPILER=gcc
  5. [[ COMPILER != "gcc" ]] && printf %s "COMPILER != gcc" || printf %s "COMPILER === gcc"
Add Comment
Please, Sign In to add comment