Rev 14 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14 | Rev 1157 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | 18 | ||
19 | rm -f $s2_dir/animate.gif 2>/dev/null |
19 | rm -f $s2_dir/animate.gif 2>/dev/null |
20 | cp -f $source $tmp_dir 2>/dev/null |
20 | cp -f $source $tmp_dir 2>/dev/null |
21 | bin/ch..root convert -delay $delay -loop $loop $source2 $tmp_dir/animate.gif |
21 | bin/ch..root convert -delay $delay -loop $loop $source2 $tmp_dir/animate.gif |
22 | mv -f $tmp_dir/animate.gif $s2_dir 2>/dev/null |
22 | mv -f $tmp_dir/animate.gif $s2_dir 2>/dev/null |
23 | echo "wims.cgi?cmd=getins&session=$w_session&special_parm=animate.gif&modif=$date" |
23 | echo "wims.cgi?cmd=getins&+session=$w_session&+special_parm=animate.gif&+modif=$date" |
24 | 24 |