feat(detmir): add support scripts docs and daily/weekly/monthly runners
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
"$SCRIPT_DIR/detmir-support-run.sh" --scope weekly "$@"
|
||||
Reference in New Issue
Block a user