[Bese-devel] ./bin/ucwctl suggestions
Pascal Bourguignon
pjb at informatimago.com
Fri Sep 9 10:37:51 UTC 2005
Ruslan Abdulkhalikov writes:
> do you use sbcl on linux? Looks like it is common problem for some kernels -
> wrapping sbcl in shell script helps - I use this one for instance (lisp.sh):
> rus at hermes:~$ cat /home/rus/bin/lisp.sh
> #!/bin/sh
>
> sbcl $1 $2 $3 $4 $5 $6 $7 $8 $9 --no-linedit
This is not COMMAND.COM ! This is /bin/sh !
#!/bin/sh
exec sbcl --no-linedit "$@"
--
__Pascal Bourguignon__ http://www.informatimago.com/
Nobody can fix the economy. Nobody can be trusted with their finger
on the button. Nobody's perfect. VOTE FOR NOBODY.
More information about the bese-devel
mailing list