7 lines
140 B
Bash
7 lines
140 B
Bash
#!/usr/bin/env sh
|
|
set -eu
|
|
|
|
SCRIPT_DIR="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
|
|
|
|
sh "$SCRIPT_DIR/scripts/uninstall-renew-cron.sh" "$@"
|