Skip to content
Snippets Groups Projects
Select Git revision
  • a860b0c0635500e628f91d26082a5df477f454e7
  • master default protected
  • ci
  • relations
4 results

member-filter.service.spec.ts

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