Skip to content

Commit 6ee5b92

Browse files
committed
Cron: added weekly tasks
1 parent f51c1a2 commit 6ee5b92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cron/weekly

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
DATE=`date +%Y-%m-%d`
4+
echo $DATE
5+
6+
php ../www/index.php Avatars:update

0 commit comments

Comments
 (0)