One line if bash

From UVOO Tech Wiki
Revision as of 18:24, 14 November 2024 by Busk (talk | contribs) (Created page with "``` ! -v DR_ENABLED && envtpl --keep-template foo.tf.tpl -v DR_ENABLED && envtpl --keep-template bar.tf.tpl ```")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
[[ ! -v DR_ENABLED ]] && envtpl --keep-template foo.tf.tpl
[[ -v DR_ENABLED ]] && envtpl --keep-template bar.tf.tpl