Return to commands CVS log | Up to [LON-CAPA] / loncom / html / adm / dragmath |
1.1 ! raeburn 1: dragmathdir='/home/httpd/html/adm/dragmath' ! 2: if [ -e "$dragmathdir/applet" ] ! 3: then ! 4: rm -rf "$dragmathdir/applet" ! 5: fi ! 6: unzip -q -o -d $dragmathdir dragmath-0.7.9.zip ! 7: chown -R www:www "$dragmathdir/applet" ! 8: find $dragmathdir -type d -exec chmod u=rwx,go-rwx {} \;