Skip to content

Instantly share code, notes, and snippets.

@dekokun
Created August 20, 2012 10:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dekokun/3403047 to your computer and use it in GitHub Desktop.
Save dekokun/3403047 to your computer and use it in GitHub Desktop.
シェルスクリプトでTrue,Falseを使おう
is_first=true
if $is_first; then
# do something
is_first=false
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment