mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
thinking swank/slynk launcher.
This commit is contained in:
parent
42b0ead617
commit
72b2d66bfa
17
lisp/serve.ros
Normal file
17
lisp/serve.ros
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/sh
|
||||
#|-*- mode:lisp -*-|#
|
||||
#|
|
||||
exec ros -Q -- $0 "$@"
|
||||
|#
|
||||
(progn ;;init forms
|
||||
(ros:ensure-asdf)
|
||||
#+quicklisp(ql:quickload '() :silent t)
|
||||
)
|
||||
|
||||
(defpackage :ros.script.serve.3806416041
|
||||
(:use :cl))
|
||||
(in-package :ros.script.serve.3806416041)
|
||||
|
||||
(defun main (&rest argv)
|
||||
(declare (ignorable argv)))
|
||||
;;; vim: set ft=lisp lisp:
|
||||
Loading…
Reference in a new issue