mirror of
https://github.com/NomaDamas/k-skill.git
synced 2026-09-14 16:37:18 +08:00
6f98f9f8fb
Move KTX, SRT, fine-dust, and setup helpers out of root bundle[] so CLI sync reads skill-local scripts/. Keep thin repo shims for PYTHONPATH=scripts tests. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
134 B
Bash
Executable File
5 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
root="$(cd "$(dirname "$0")/.." && pwd)"
|
|
exec "$root/k-skill-setup/scripts/check-setup.sh" "$@"
|