fbc555bdc7
Also remove symlink to 'mailsync' script.
7 lines
95 B
Bash
Executable File
7 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Sync mails and news now!
|
|
|
|
~/.local/bin/cron/mailsync &
|
|
~/.local/bin/cron/newsup &
|