json-parser-prolog-lisp/test_lisp.sh
2022-12-08 02:31:21 +01:00

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"'")'