upload.sh 260 B

123456
  1. #!/bin/bash
  2. make clean
  3. zip -9 -r --exclude=@exclude.lst libigl.zip ../libigl
  4. scp libigl.zip $WEBSORKINE:www/htdocs-igl/projects/libigl/
  5. cp *.html ~/Documents/IGL-website/projects/libigl/
  6. cp file-formats/* ~/Documents/IGL-website/projects/libigl/file-formats/