Skip to content

Instantly share code, notes, and snippets.

@smashism
Created December 16, 2016 19:23
Show Gist options
  • Save smashism/011f91471b47841307c088b34f3084ae to your computer and use it in GitHub Desktop.
Save smashism/011f91471b47841307c088b34f3084ae to your computer and use it in GitHub Desktop.
#!/bin/bash
if ioreg | grep "AppleEmbeddedOSSupportHost"; then
touch_bar="Yes"
else
touch_bar="No"
fi
echo "<result>$touch_bar</result>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment