#!/bin/sh #|-*- mode:lisp -*-|# #| exec ros -Q -- $0 "$@" |# (progn ;;init forms (ros:ensure-asdf) ;;#+quicklisp(ql:quickload '(:cl-cuda-test :cl-cuda-interop-test) :silent t) ) (defpackage :ros.script.cl-cuda-test.3777879883 (:use :cl)) (in-package :ros.script.cl-cuda-test.3777879883) (defun main (&rest argv) (declare (ignorable argv)) (ql:quickload :cl-cuda-test) (ql:quickload :cl-cuda-interop-test) ) ;;; vim: set ft=lisp lisp: