Skip to content

Instantly share code, notes, and snippets.

@mLuby
Created September 2, 2016 21:07
Show Gist options
  • Save mLuby/b5c5113174137bafea5f7d93caa983b8 to your computer and use it in GitHub Desktop.
Save mLuby/b5c5113174137bafea5f7d93caa983b8 to your computer and use it in GitHub Desktop.
if global var
BOB=true
echo $BOB
if $BOB; then
BOB=false
echo $BOB
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment