changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / ros/clean.ros

revision 1: e4f8df713d55
parent 0: eb8ed24e8a76
child 2: 04ac94b03a26
     1.1--- a/ros/clean.ros	Sun Apr 30 22:01:32 2023 -0400
     1.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3@@ -1,20 +0,0 @@
     1.4-#!/bin/sh
     1.5-#|-*- mode:lisp -*-|#
     1.6-#|
     1.7-exec ros -Q -- $0 "$@"			;
     1.8-|#
     1.9-
    1.10-;; clean:;rm -rf out *.fasl;pushd rust;cargo clean;popd
    1.11-
    1.12-(progn ;;init forms
    1.13-  (ros:ensure-asdf)
    1.14-  #+quicklisp(ql:quickload '() :silent t)
    1.15-  )
    1.16-
    1.17-(defpackage :ros.script.clean.3891893753
    1.18-  (:use :cl))
    1.19-(in-package :ros.script.clean.3891893753)
    1.20-
    1.21-(defun main (&rest argv)
    1.22-  (declare (ignorable argv)))
    1.23-;;; vim: set ft=lisp lisp: