I’ve recently seen some shell script that tries to test for your OS architecture by running executables encoded within. There’s one for i386 (x86 platforms) and a few for ARM variants. What is terrible (well, to me at least) is that these executables are huge: For one, I’m not sure why inspecting /proc/cpuinfo or uname […]