Skip to content
Snippets Groups Projects
Select Git revision
  • 6b8d79a1762aef4a435a1705bbb4e54c9c83e545
  • main default protected
2 results

Navigation.jrag

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