sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #58064
Re: [Question #700646]: Cronjob with sikuli
Question #700646 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700646
Chetan proposed the following answer:
you can write a cron job something like below
!/bin/bash
echo "Running script."
cd ~/your/classpath/to/java
java -classpath .:somejar.jar path/to/your/Program
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.