Mastodon Feed: Post

Mastodon Feed

jeffsonstein ("Jeff Sonstein") wrote:

a one-liner to tell if an 'Apple Silicon' machine has Rosetta installed (and thus can run X86 architecture programs):

/usr/bin/pgrep -q oahd && echo Yes || echo No