Subversion Repositories wimsdev

Rev

Rev 23 | Go to most recent revision | 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. chmod og-rwx $codefile
  6.  
  7.