Last active
January 19, 2017 11:56
-
-
Save chriseidhof/11179702 to your computer and use it in GitHub Desktop.
Advance Deckset slides every 20 seconds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
# Works from Deckset 1.2 upwards. Make sure you have a document opened. | |
# | |
# If you're using the Trial version change "Deckset" to "Deckset Trial" | |
osascript -e 'repeat' -e 'tell application "Deckset" to tell document 1 to set slideIndex to slideIndex + 1' -e 'delay 20' -e 'end repeat' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment