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