Skip to content
Snippets Groups Projects
Commit e3270ebb authored by Montaño Sarria, Andres Felipe's avatar Montaño Sarria, Andres Felipe
Browse files

Removed unneccesary files

parent 59770fdf
Branches
No related tags found
No related merge requests found
# Read the plugin list and copy the plugins to their destinations
# RUN if [ -f "${ROS_DISTRO}_plugins.txt" ]; \
# then \
# while IFS= read -r line; \
# do \
# echo "Processing line: $line"; \
# if [[ "$line" == \#* ]]; \
# then \
# echo "Skipping ${line}"; \
# else \
# plugin_name=$(echo "$line" | awk '{print $1}'); \
# destination=$(echo "$line" | awk '{print $2}'); \
# echo "Coping ${plugin_name} into ${destination}"; \
# mkdir -p "$destination" && cp -r "$plugin_name" "$destination/"; \
# fi; \
# done < ${ROS_DISTRO}_plugins.txt ; \
# fi
#
# list of files and destination folders
librealsense_gazebo_plugin.so /usr/lib/x86_64-linux-gnu/gazebo-11/plugins
File deleted
https://github.com/sharkdp/bat/releases/
https://github.com/lsd-rs/lsd/releases
https://github.com/BurntSushi/ripgrep/releases
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment