Skip to content

Instantly share code, notes, and snippets.

@aslushnikov
Created August 14, 2012 21:41
Show Gist options
  • Save aslushnikov/3353295 to your computer and use it in GitHub Desktop.
Save aslushnikov/3353295 to your computer and use it in GitHub Desktop.
bash sample
#!/bin/bash
set -x
bar=0;
if (( bar == 1989 )); then
echo "Google";
else
bar=1989;
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment