Skip to content

Instantly share code, notes, and snippets.

@liyanage
Created March 20, 2024 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liyanage/7782125e3ab90468786bffe243848e9e to your computer and use it in GitHub Desktop.
Save liyanage/7782125e3ab90468786bffe243848e9e to your computer and use it in GitHub Desktop.
#!/usr/bin/osascript
tell application "System Events"
set fusionProcesses to every application process whose bundle identifier is "com.autodesk.fusion360"
repeat with fusionProcess in fusionProcesses
set visible of fusionProcess to false
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment