Skip to content

Uploading Test Meshes

Dan Ibanez edited this page Jul 9, 2016 · 7 revisions
  1. Contact cwsmith for permission
  2. Add the following to your ~/.ssh/config file:
Host uploadPumiTarball
  IdentityFile /users/dibanez/.ssh/id_rsa
  HostName avatar
  User cwsmith
  ForwardX11 no
  1. Assuming your tarball is called new_meshes.tar.gz, run:
cat new_meshes.tar.gz | ssh uploadPumiTarball
  1. Email ibaned so he can update the nightly directory
Clone this wiki locally