Rev 47 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
!read scripts/getindex $mod
!if $title=$empty and $inddef=$empty
job=modname
modreq=
!changeto $job.proc
!endif
fname=modtool-$mod.tgz
fresult=!sh mkdir -p $wims_home/$wims_sesdir/getfile\
cd $devdir\
tar -czf $wims_home/$wims_sesdir/getfile/$fname $mod\
if [ -f $wims_home/$wims_sesdir/getfile/$fname ]; then\
echo $fname\
fi