feat: refactor sgclaw around zeroclaw compat runtime
This commit is contained in:
11
third_party/zeroclaw/tests/manual/tmux/onboard_wrapper.sh
vendored
Normal file
11
third_party/zeroclaw/tests/manual/tmux/onboard_wrapper.sh
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -uo pipefail
|
||||
|
||||
config_dir="$1"
|
||||
bin_path="$2"
|
||||
|
||||
env ZEROCLAW_CONFIG_DIR="$config_dir" "$bin_path" onboard
|
||||
status=$?
|
||||
printf '\nEXIT_STATUS=%s\n' "$status"
|
||||
sleep 5
|
||||
Reference in New Issue
Block a user