diff --git a/browser_patches/tools/crontab b/browser_patches/tools/crontab new file mode 100644 index 0000000000..7851e2d65f --- /dev/null +++ b/browser_patches/tools/crontab @@ -0,0 +1,2 @@ +*/1 * * * * . $HOME/.profile; $HOME/prog/cron/playwright/browser_patches/tools/cronjob.sh webkit &>/tmp/playwright-cronjob-building-log-webkit.txt +*/1 * * * * . $HOME/.profile; $HOME/prog/cron/playwright/browser_patches/tools/cronjob.sh firefox &>/tmp/playwright-cronjob-building-log-firefox.txt