Subversion Repositories wimsdev

Rev

Rev 2286 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. #! /bin/sh
  2.  
  3. codefile=$w_wims_home/$w_Docdir/$w_doc/.code
  4. echo $w_coder >$codefile
  5. echo $w_coderr >>$codefile
  6. chmod og-rwx $codefile
  7.  
  8.