add brain
This commit is contained in:
11
.brain/.agent/tests/run-tests.sh
Normal file
11
.brain/.agent/tests/run-tests.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
|
||||
echo "========================================"
|
||||
echo " Antigravity Profile Test Runner"
|
||||
echo "========================================"
|
||||
echo ""
|
||||
|
||||
bash "$SCRIPT_DIR/check-antigravity-profile.sh"
|
||||
Reference in New Issue
Block a user