Skip to content

Instantly share code, notes, and snippets.

@rick4470
Created February 15, 2017 20:10
Show Gist options
  • Save rick4470/7cfd26c1fe39a027d87ff9457f79a31e to your computer and use it in GitHub Desktop.
Save rick4470/7cfd26c1fe39a027d87ff9457f79a31e to your computer and use it in GitHub Desktop.
DSLR camera shutdown
-- Quit All Applications
try
tell application "Audio Hijack" to quit
end try
try
tell application "Camera Live" to quit
end try
try
tell application "CamTwist" to quit
end try
say "DSLR Camera is now Off"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment