chore(home): mirror from kalinamall (4507ee0) with papatramp URLs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
# Обёртка над invoke-machine-bootstrap.sh (совместимость).
|
||||
set -euo pipefail
|
||||
|
||||
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
RULES_DEST="${RULES_DEST:-$HOME/CursorRules}"
|
||||
SKIP_CLONE="${SKIP_CLONE:-0}"
|
||||
SKIP_PROFILE="${SKIP_PROFILE:-0}"
|
||||
|
||||
ROOT="$ROOT" RULES_DEST="$RULES_DEST" SKIP_CLONE="$SKIP_CLONE" SKIP_PROFILE="$SKIP_PROFILE" \
|
||||
bash "$ROOT/scripts/invoke-machine-bootstrap.sh"
|
||||
|
||||
printf '\n[+] Bootstrap complete. In a project run: init-cursor\n'
|
||||
Reference in New Issue
Block a user