changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / tools/scripts/db.ros

revision 16: af615d1895cb
parent 1: e4f8df713d55
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/tools/scripts/db.ros	Fri May 26 21:59:40 2023 -0400
     1.3@@ -0,0 +1,12 @@
     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 '() :silent t))
    1.12+
    1.13+(defun main (&rest argv)
    1.14+  (declare (ignorable argv))
    1.15+  (format t "hello world"))