Skip to content

Instantly share code, notes, and snippets.

@SofianeHamlaoui
Created September 11, 2019 22:55
Show Gist options
  • Save SofianeHamlaoui/ab0919c52a6bdae5f6dd1353b0c20e75 to your computer and use it in GitHub Desktop.
Save SofianeHamlaoui/ab0919c52a6bdae5f6dd1353b0c20e75 to your computer and use it in GitHub Desktop.
Chcking Os Architecture on Linux
if [[ $(uname -m ) = x86_64 ]]; then
COMMAND
else
COMMAND
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment