6 lines
87 B
Bash
6 lines
87 B
Bash
#!/bin/sh
|
|
# https://github.com/dubiousjim/dcron/issues/13
|
|
set -e
|
|
|
|
/usr/sbin/crond "$@"
|