Skip to content

Instantly share code, notes, and snippets.

@peccu
Created July 1, 2017 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peccu/f19de92e2b30bd19161fcb2ea3ea85da to your computer and use it in GitHub Desktop.
Save peccu/f19de92e2b30bd19161fcb2ea3ea85da to your computer and use it in GitHub Desktop.
#!/bin/sh
#|-*- mode:lisp -*-|#
#| <Put a one-line description here>
exec ros -Q -- $0 "$@"
|#
(progn ;;init forms
(ros:ensure-asdf)
#+quicklisp (ql:quickload '(:clack) :silent t)
)
(defpackage :ros.script.no-name-server.3707867082
(:use :cl))
(in-package :ros.script.no-name-server.3707867082)
(defun main (&rest argv)
(declare (ignorable argv))
(clack:clackup #P"app.lisp" :server :woo :use-thread nil))
;;; vim: set ft=lisp lisp:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment