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