mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
quickload to init script
This commit is contained in:
parent
9b667a29da
commit
9097a71160
|
|
@ -46,7 +46,7 @@ exec ros -Q -m roswell -L sbcl-bin -- $0 "$@"
|
|||
"#|-*- mode:lisp -*-|#"
|
||||
"#| <Put a one-line description here>"
|
||||
"exec ros -Q -- $0 \"$@\"" "|#"
|
||||
"(progn ;;init forms" " )" ""
|
||||
"(progn ;;init forms" " (ql:quickload '() :silent t))" ""
|
||||
(format nil "(defpackage :ros.script.~A.~A" name date)
|
||||
" (:use :cl))"
|
||||
(format nil "(in-package :ros.script.~A.~A)" name date)
|
||||
|
|
|
|||
Loading…
Reference in a new issue