crontab 269 B

123456789
  1. # In order to run pisg in crontab, then do 'crontab -e' as a normal user,
  2. # and insert a line like this:
  3. 10,20,30,40,50,60 * * * * /path/to/pisg.pl
  4. # This will make pisg run every 10 minutes, or you could do it every hour
  5. # by doing this:
  6. * 0 * * * /path/to/pisg.pl