Explorar o código

Add host-remote-lisp script

Samuel W. Flint %!s(int64=3) %!d(string=hai) anos
pai
achega
df6ea9bdff
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      host-remote-lisp

+ 8 - 0
host-remote-lisp

@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if [ ! -e ~/.slime-repo ] ; then
+    git clone https://github.com/slime/slime.git ~/.slime-repo
+fi
+
+
+sbcl --eval '(progn (load "~/.slime-repo/swank-loader.lisp") (swank-loader:init) (setf swank:*use-dedicated-output-stream* nil) (swank:create-server :dont-close t))'