Skip to content

prothSFDC/restartStreamDeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Very simple script to restart Stream Deck

(without the need to install other scripts, like github.com/muesli/streamdeck - that while works would need to be installed)

Source

Source Code Screenshot

Specific Source

(Please look at the app within Mac Automator)

# shellscript
osascript -e "tell application \"Stream Deck\"" -e "quit" -e "end tell" &> /dev/null

sleep 2

osascript -e "tell application \"Stream Deck\" to activate"
# appleScript
display dialog "Stream Deck has been restarted"

About

Simple Automator Script to Restart Stream Deck

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published