cgal/Scripts/developer_scripts/test_testsuite_submission

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`