Skip to content

Instantly share code, notes, and snippets.

@justinxreese
Created September 8, 2010 12:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinxreese/570042 to your computer and use it in GitHub Desktop.
Save justinxreese/570042 to your computer and use it in GitHub Desktop.
Script to mute Mac OSX via a web browser
<html>
<head>
<title>Mute My Mac</title>
<link href="muteIcon.png" rel="apple-touch-icon">
</head>
<body>
<?php exec("osascript -e \"set Volume 0\""); ?>
<h1>Mac Muted!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment