mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
edit ros-init.md
This commit is contained in:
parent
21ec779ade
commit
094ace25c5
|
|
@ -35,9 +35,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 '() :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