Subversion Repositories wimsdev

Rev

Rev 2286 | 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
9480 bpr 5
echo $w_coderr >>$codefile
23 reyssat 6
chmod og-rwx $codefile
7