changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / ros/clean.ros

changeset 0: eb8ed24e8a76
author: ellis <ellis@rwest.io>
date: Sun, 30 Apr 2023 22:01:32 -0400
permissions: -rwxr-xr-x
description: init
1 #!/bin/sh
2 #|-*- mode:lisp -*-|#
3 #|
4 exec ros -Q -- $0 "$@" ;
5 |#
6 
7 ;; clean:;rm -rf out *.fasl;pushd rust;cargo clean;popd
8 
9 (progn ;;init forms
10  (ros:ensure-asdf)
11  #+quicklisp(ql:quickload '() :silent t)
12  )
13 
14 (defpackage :ros.script.clean.3891893753
15  (:use :cl))
16 (in-package :ros.script.clean.3891893753)
17 
18 (defun main (&rest argv)
19  (declare (ignorable argv)))
20 ;;; vim: set ft=lisp lisp: