4 lines
207 B
Bash
Executable file
4 lines
207 B
Bash
Executable file
#!/bin/bash
|
|
|
|
exec sbcl --noinform --disable-ldb --lose-on-corruption --non-interactive --eval '(declaim (sb-ext:muffle-conditions cl:style-warning))' --load Lisp/jsonparse.lisp --eval '(jsonread "'"$1"'")'
|
|
|