Blob Blame History Raw
true && echo -n 'operator,'
if true; then echo -n 'if,'; fi
if ! true; then echo -n 'if,'; else echo -n 'else,'; fi
if [ 'notnul' ]; then echo -n 'test'; fi