mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 22:03:45 +00:00
5 lines
158 B
Bash
Executable file
5 lines
158 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
npx tsx "$SCRIPT_DIR/packages/coding-agent/src/cli.ts" "$@"
|