File: compile_load_manifest

package info (click to toggle)
ros-roslisp 1.9.24-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 820 kB
  • sloc: lisp: 5,271; python: 632; xml: 511; sh: 192; makefile: 48
file content (12 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env sh

SBCL_CMD="/usr/bin/env sbcl"

ROSLISP_PATH=`rospack find roslisp`
if [ -z "$ROSLISP_PATH" ]; then
  echo "roslisp not found"
  exit 1
fi

$SBCL_CMD --noinform --end-runtime-options --noprint --non-interactive \
    --load $ROSLISP_PATH/scripts/roslisp-sbcl-init