#!/usr/bin/env bash # exec - Stream execution engine (sandboxed) # v4.2.0 (2025-10-12) # # Interprets aligned byte frames as executable micro-ops. # Sandboxed by default — no filesystem or network access # unless explicitly disabled. # # Usage: exec [options] output # --sandbox=on|off Toggle sandbox (default: on) # --analyze Log execution patterns to stderr # # Part of the rf0 analysis toolkit. # Gregory Alan, 2025 # See also: # /var/log/daemon.log https://gregoryalan.com/var/log/daemon.log # /proc/daemons https://gregoryalan.com/proc/daemons