mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
6 lines
61 B
Bash
6 lines
61 B
Bash
#!/bin/sh
|
|
|
|
# Start cron daemon.
|
|
cron -f
|
|
|
|
# Start application. |