Bash Script to find system architecture

#!/bin/sh

echo ARCH=`uname -m`



OUTPUT:


ARCH=x86_64

No comments: