New script to test if one can send test results to GeometryFactory's
server.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
touch /tmp/CGAL-test-`whoami`
|
||||
SSH_AUTH_SOCK="" scp /tmp/CGAL-test-`whoami` cgaltest@cgal.geometryfactory.com:incoming
|
||||
rm -f /tmp/CGAL-test-`whoami`
|
||||
Reference in New Issue
Block a user