Skip to content

Instantly share code, notes, and snippets.

@eshamster
Created December 11, 2015 16:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eshamster/71b14ed2b1a24acc9077 to your computer and use it in GitHub Desktop.
Save eshamster/71b14ed2b1a24acc9077 to your computer and use it in GitHub Desktop.
#!/bin/sh
#|-*- mode:lisp -*-|#
#|
exec ros -Q -- $0 "$@"
|#
(ql:quickload :test-ps-eval-order)
(defpackage :ros.script.execute.ros.3658751573
(:use :cl
:parenscript
:test-ps-eval-order))
(in-package :ros.script.execute.ros.3658751573)
(defun main (&rest argv)
(declare (ignorable argv))
(print-ps))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment