Home
About
Sitemap
Contact
grep -oq ' lm ' /proc/cpuinfo && echo 64 bit || echo 32 bit
uname -a | grep -oq _64 && echo 64 bit || echo 32 bit