Annotation of loncom/html/adm/ckeditor/commands, revision 1.4

1.1       faziophi    1: path=`pwd`
1.4     ! raeburn     2: htmldir='/home/httpd/html'
        !             3: if [ -e "$htmldir/fckeditor" ]
        !             4: then
        !             5:     rm -rf $htmldir/fckeditor
        !             6: fi
        !             7: if [ -e "$htmldir/htmlarea" ]
        !             8: then
        !             9:     rm -rf $htmldir/htmlarea
        !            10: fi
        !            11: cd $htmldir
1.3       raeburn    12: echo $path/ckeditor_3.6.2.tar.gz
1.4     ! raeburn    13: tar -zxf $path/ckeditor_3.6.2.tar.gz
1.1       faziophi   14: cp $path/loncapaconfig.js ckeditor/loncapaconfig.js

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>