'ros client' to fix using sbcl-bin.

This commit is contained in:
SANO Masatoshi 2021-10-15 12:30:41 +09:00
parent 9b3a257a4a
commit 13b9400092
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ ros-client - one-shot connect to remote repl.
# synopsis
**ros [options for roswell ...] client** protocol [options for the protocol ...] ...
**ros client** protocol [options for the protocol ...] ...
<!-- # subcommands -->
<!-- somecommand -->

View file

@ -1,7 +1,7 @@
#!/bin/sh
#|-*- mode:lisp -*-|#
#|
exec ros -Q -- $0 "$@"
exec ros +R +Q +A -m roswell -N roswell -- $0 "$@"
|#
(progn ;;init forms
(ros:ensure-asdf)