Merge branch wip/interceptors into main

This commit is contained in:
Ray Miller 2025-01-26 14:49:07 +00:00
parent 06c2679c64
commit 9faaeab2b0
Signed by: ray
GPG key ID: 043F786C4CD681B8
32 changed files with 680 additions and 471 deletions

View file

@ -2,5 +2,4 @@
MODULES_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )/../modules" &> /dev/null && pwd )
# guile -L modules --no-auto-compile -e '(@ (ordo cli) main)' -- $PWD/examples/inventory.scm $PWD/examples/basic.scm
exec guile -L "${MODULES_DIR}" --no-auto-compile -e '(@ (ordo cli) main)' -- "$@"