changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / scripts/check.ros

changeset 13: 1fedeaa5bfc5
parent: 1b1176a63109
author: ellis <ellis@rwest.io>
date: Fri, 19 May 2023 22:38:49 -0400
permissions: -rwxr-xr-x
description: tweaks to ffi and makefile
1 #!/bin/sh
2 #|-*- mode:lisp -*-|#
3 #|
4 exec ros -Q -- $0 "$@"
5 |#
6 (progn ;;init forms
7  (ros:ensure-asdf)
8  #+quicklisp(ql:quickload '() :silent t)
9  )
10 
11 (defpackage :ros.script.scriptscheck.3892329806
12  (:use :cl))
13 (in-package :ros.script.scriptscheck.3892329806)
14 
15 (defun main (&rest argv)
16  (declare (ignorable argv)))
17 ;;; vim: set ft=lisp lisp: