mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
[ci skip] documents update
This commit is contained in:
parent
094ace25c5
commit
3b5f2b86ce
|
|
@ -40,9 +40,15 @@
|
|||
#| <Put a one-line description here>
|
||||
exec ros -Q -- $0 "$@"
|
||||
|#
|
||||
(defpackage :ros.script.test.3666781082
|
||||
(progn ;;init forms
|
||||
(ros:ensure-asdf)
|
||||
;;#+quicklisp (ql:quickload '() :silent t)
|
||||
)
|
||||
|
||||
(defpackage :ros.script.test.3703600390
|
||||
(:use :cl))
|
||||
(in-package :ros.script.test.3666781082)
|
||||
(in-package :ros.script.test.3703600390)
|
||||
|
||||
(defun main (&rest argv)
|
||||
(declare (ignorable argv)))
|
||||
;;; vim: set ft=lisp lisp:</code></pre>
|
||||
|
|
|
|||
|
|
@ -41,9 +41,15 @@ The default template is something like:
|
|||
#|\ <Put\ a\ one\-line\ description\ here>
|
||||
exec\ ros\ \-Q\ \-\-\ $0\ "$\@"
|
||||
|#
|
||||
(defpackage\ :ros.script.test.3666781082
|
||||
(progn\ ;;init\ forms
|
||||
\ \ (ros:ensure\-asdf)
|
||||
\ \ ;;#+quicklisp\ (ql:quickload\ \[aq]()\ :silent\ t)
|
||||
\ \ )
|
||||
|
||||
(defpackage\ :ros.script.test.3703600390
|
||||
\ \ (:use\ :cl))
|
||||
(in\-package\ :ros.script.test.3666781082)
|
||||
(in\-package\ :ros.script.test.3703600390)
|
||||
|
||||
(defun\ main\ (&rest\ argv)
|
||||
\ \ (declare\ (ignorable\ argv)))
|
||||
;;;\ vim:\ set\ ft=lisp\ lisp:
|
||||
|
|
|
|||
Loading…
Reference in a new issue