Skip to content

Instantly share code, notes, and snippets.

@niklasfi
Created April 9, 2011 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niklasfi/911403 to your computer and use it in GitHub Desktop.
Save niklasfi/911403 to your computer and use it in GitHub Desktop.
298418@rogers:~> host=`hostname` && [[ $host -eq "rogers" ]] && echo "true" || echo "false" && echo $host
true
rogers
298418@rogers:~> host=`hostname` && [[ $host -eq "roger" ]] && echo "true" || echo "false" && echo $host
true
rogers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment