This website requires JavaScript.
Explore
Help
Sign In
Drupal
/
drupal
mirror of
https://git.drupalcode.org/project/drupal.git
Watch
1
Star
0
Fork
You've already forked drupal
0
Code
Issues
Projects
Releases
Wiki
Activity
00ecc0a208
drupal
/
scripts
/
cron-lynx.sh
5 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
- Fixed the script's extention.
2001-10-15 22:04:12 +00:00
#!/bin/sh
- Patch by Uwe: tidied up the CVS IDs.
2005-08-11 13:02:08 +00:00
# $Id$
- Patch #79922 by chx: use example.com rather than yoursite.come.
2006-08-22 07:38:24 +00:00
/usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>
&
1