changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / scripts/compile.ros

changeset 3: 8f59e2f1b8c4
parent: e4f8df713d55
author: ellis <ellis@rwest.io>
date: Fri, 05 May 2023 22:41:30 -0400
permissions: -rwxr-xr-x
description: stuff
1 #!/bin/sh
2 #|-*- mode:lisp -*-|#
3 #|
4 exec ros -Q -- $0 "$@"
5 |#
6 (progn ;;init forms
7  (in-package :cl-user)
8  (ros:ensure-asdf)
9  #+quicklisp(ql:quickload '(demo) :silent t))
10 
11 ;; TODO 2023-02-25: opts (system, config, user input)
12 (defun main (&rest argv)
13  (declare (ignorable argv)))