New script to test if one can send test results to GeometryFactory's

server.
This commit is contained in:
Laurent Rineau
2008-02-29 08:59:21 +00:00
parent 1b12f5a607
commit 27806dd895
2 changed files with 6 additions and 0 deletions
@@ -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`