mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
'ros client' to fix using sbcl-bin.
This commit is contained in:
parent
9b3a257a4a
commit
13b9400092
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue