#!/bin/bash
# Test fixture command - uses real duct execution
# Use a command that runs long enough to generate usage data
duct -p .duct/run --sample-interval 0.05 --report-interval 0.1 --clobber -- bash -c 'for i in {1..30}; do echo "Step $i"; sleep 0.2; done'
exit 0#!/bin/bash
# Test fixture command - uses real duct execution
# Use a command that runs long enough to generate usage data
duct -p .duct/run --sample-interval 0.05 --report-interval 0.1 --clobber -- bash -c 'for i in {1..20}; do echo "Processing $i"; sleep 0.3; done'
exit 0# Command not available (skip execution mode)

