source: issm/trunk-jpl/scripts/wincron.sh@ 11495

Last change on this file since 11495 was 11495, checked in by Eric.Larour, 13 years ago

Attempt at cron job

  • Property svn:executable set to *
File size: 137 bytes
Line 
1#/bin/bash
2#Launch cron as a windows service, using cygrunsrv:
3
4cygrunsrv --install cron --path /usr/sbin/cron --args -n
5net start cron
Note: See TracBrowser for help on using the repository browser.