⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Club Drupal
All Projects
Club Drupal
Overview
Activity
Roadmap
Issues
Spent time
Documents
Wiki
Files
Repository
HTTPS
GO
Download (78 Bytes)
Statistics
| Branch:
master
| Revision:
root
/
drupal7
/
scripts
/
cron-lynx.sh
@ 96ad5adc
View
History
Annotate
1
#!/bin/sh
2
3
/usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
Loading...