Skip to content
Snippets Groups Projects
Select Git revision
  • ffcb930be29cea9c20433578a5b27440eaec20fe
  • dev default protected
  • main protected
  • feature/ros-java-integration
4 results

handler.mustache

Blame
  • copyws.sh 177 B
    #!/bin/sh
    
    if [ -z "$(ls -A /root/Desktop/ros_ws)" ]; then
       echo "Copying workspace..."
       cp /root/ws_tmp/* /root/Desktop/ros_ws -r
       chmod a+rwx /root/Desktop/ros_ws/ -R
    fi