Files
psf-memo-client/swarmforge/scripts/done_with_current_batch.sh
T

6 lines
137 B
Bash
Raw Normal View History

2026-08-25 13:29:34 -07:00
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
exec bb "$SCRIPT_DIR/done_with_current_batch.bb" "$@"