Subversion Repositories wimsdev

Rev

Rev 23 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 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