Skip to content

Instantly share code, notes, and snippets.

@naosim
Created March 24, 2014 16:53
Show Gist options
  • Save naosim/9744329 to your computer and use it in GitHub Desktop.
Save naosim/9744329 to your computer and use it in GitHub Desktop.
seleniumのプログラムをcrontabから実行する
* * * * * export DISPLAY=:0 && /bin/bash -lc /home/path/to/program/hoge.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment