irrelephant.co is one of the many independent Mastodon servers you can use to participate in the fediverse.
Private instance for my friends and I.

Administered by:

Server stats:

6
active users

Adam Codega

if pgrep -xq "Google Chrome"; then
runningChromeVersion=$(ps ax | grep -m1 -o ".*/Google Chrome.app/.*chrome_crashpad_handler.*" | grep -o '\-\-annotation=ver=[^ ]*' | cut -d '=' -f 3)
else runningChromeVersion=nothing
fi
chromeVersion=$(defaults read /Applications/Google\ Chrome.app/Contents/Info.plist CFBundleShortVersionString)
echo $chromeVersion on disk, $runningChromeVersion in memory