mirror of
https://github.com/ruvnet/RuView.git
synced 2026-08-25 08:23:02 +00:00
3 lines
97 B
Bash
3 lines
97 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
node "$(dirname "$0")/pose-physics/verify-splits.mjs" "$@"
|