Skip to content

Instantly share code, notes, and snippets.

@Servana
Created February 25, 2011 13:40
Show Gist options
  • Save Servana/843787 to your computer and use it in GitHub Desktop.
Save Servana/843787 to your computer and use it in GitHub Desktop.
BASH export arch
if [ $(uname -m) = 'x86_64' ]; then
export arch=x86_64
else
export arch=i386
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment