Skip to content

Instantly share code, notes, and snippets.

@nolim1t
Created December 23, 2010 09:53
Show Gist options
  • Save nolim1t/752788 to your computer and use it in GitHub Desktop.
Save nolim1t/752788 to your computer and use it in GitHub Desktop.
Running a Sikuli script from the shell (OS X)
#!/bin/bash
# do shell script "/Applications/Sikuli-IDE.app/sikuli-ide.sh -r /Users/nolim1t/Documents/randomscript.sikuli"
/Applications/Sikuli-IDE.app/sikuli-ide.sh -r /Users/nolim1t/Documents/somescript.sikuli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment