rtps-fpga/sw/CycloneDDS/Dockerfile/entrypoint.sh

7 lines
120 B
Bash

#!/bin/bash
export PATH=/opt/CycloneDDS/bin:$PATH
export LD_LIBRARY_PATH=/opt/CycloneDDS/lib:$LD_LIBRARY_PATH
exec $1