6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Update anacron time stamps.
|
||
|
|
||
|
anacron -u cron.monthly
|