mirror of
https://github.com/yavook/kiwi-cron.git
synced 2024-11-24 08:23:00 +00:00
5 lines
108 B
Bash
Executable file
5 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec /usr/local/libexec/kiwi-cron/run_cron \
|
|
"${@}" \
|
|
/usr/local/libexec/kiwi-cron/scheduler
|