Update modules to work with interceptors
This commit is contained in:
parent
0f6744ad30
commit
d79dbadded
14 changed files with 115 additions and 173 deletions
5
bin/ordo.sh
Executable file
5
bin/ordo.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
MODULES_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )/../modules" &> /dev/null && pwd )
|
||||
|
||||
exec guile -L "${MODULES_DIR}" --no-auto-compile -e '(@ (ordo cli) main)' -- "$@"
|
Loading…
Add table
Add a link
Reference in a new issue