Skip to content

Instantly share code, notes, and snippets.

@Servana
Created February 25, 2011 13:40
Show Gist options
  • Select an option

  • Save Servana/843787 to your computer and use it in GitHub Desktop.

Select an option

Save Servana/843787 to your computer and use it in GitHub Desktop.

Revisions

  1. Tass Skoudros created this gist Feb 25, 2011.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    if [ $(uname -m) = 'x86_64' ]; then
    export arch=x86_64
    else
    export arch=i386
    fi