Warning, /doc/old_doc/install_devel_HOWTO is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit ad38444b on 2018-01-31 20:35:48 UTC
42c554e2c2 Ed H*0001 #!/bin/bash
0002
ea77989ca2 Jean*0003 set -x
0004 scp ./devel_HOWTO.ps mitgcm.org:/u/httpd/html/public/devel_HOWTO
0005 scp ./devel_HOWTO.pdf mitgcm.org:/u/httpd/html/public/devel_HOWTO
0006 scp ./devel_HOWTO_onepage/index.html mitgcm.org:/u/httpd/html/public/devel_HOWTO/devel_HOWTO_onepage
0007 scp ./devel_HOWTO_multipage/*.htm* mitgcm.org:/u/httpd/html/public/devel_HOWTO/devel_HOWTO_multipage
880d91dbcc Jean*0008 #ssh mitgcm.org 'chgrp -R gcmpack /u/httpd/html/public/devel_HOWTO/devel_HOWTO.p*'
0009 #ssh mitgcm.org 'chgrp -R gcmpack /u/httpd/html/public/devel_HOWTO/devel_HOWTO_*/*.htm*'
7f0d837aec Ed H*0010