Helper script for invoking CLI
This commit is contained in:
parent
7401263664
commit
06c2679c64
1 changed files with 6 additions and 0 deletions
6
bin/ordo.sh
Executable file
6
bin/ordo.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
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)' -- "$@"
|
Loading…
Add table
Add a link
Reference in a new issue