This reverts commit eb23730432aaeeef35b85feb013942175ae504f8, reversing changes made to 1f0191190bcd9dfce903cf5af155ee114d00ac4b. Only undo the permission changes Conflicts: Polygon_mesh_processing/examples/Polygon_mesh_processing/hole_filling_example_OM.cpp Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Weights.h Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/fair_impl.h Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_hole.h
6 lines
163 B
Bash
Executable File
6 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
|
|
touch /tmp/CGAL-test-`whoami`
|
|
SSH_AUTH_SOCK="" scp /tmp/CGAL-test-`whoami` cgaltest@cgaltest.geometryfactory.com:incoming
|
|
rm -f /tmp/CGAL-test-`whoami`
|