Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors