changelog shortlog graph tags branches files raw help

Mercurial > demo / changeset: init tool/*.nu

changeset 15: e8eb5754d201
parent 14: 2bbf5ce73537
child 16: af615d1895cb
author: ellis <ellis@rwest.io>
date: Thu, 25 May 2023 21:47:14 -0400
files: demo.ros install.lisp tools/ci.nu tools/vc.nu
description: init tool/*.nu
     1.1--- a/demo.ros	Tue May 23 20:43:02 2023 -0400
     1.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3@@ -1,12 +0,0 @@
     1.4-#!/bin/sh
     1.5-#|-*- mode:lisp -*-|#
     1.6-#|
     1.7-exec ros -Q -- $0 "$@"
     1.8-|#
     1.9-(progn ;;init forms
    1.10-  (ros:ensure-asdf)
    1.11-  #+quicklisp(ql:quickload '(demo) :silent t))
    1.12-
    1.13-(defun main (&rest argv)
    1.14-  (declare (ignorable argv))
    1.15-  (demo:main))
     2.1--- a/install.lisp	Tue May 23 20:43:02 2023 -0400
     2.2+++ b/install.lisp	Thu May 25 21:47:14 2023 -0400
     2.3@@ -1,5 +1,5 @@
     2.4 (asdf:load-asd "demo.asd")
     2.5 (ql:quickload :demo)
     2.6 ;; (asdf:make :demo)
     2.7-(save-lisp-and-die "demo")
     2.8+(save-lisp-and-die "demo" :toplevel #'demo:main)
     2.9 (quit)