gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
249B

  1. #
  2. # $Id: mktransgif.tcl,v 1.1.1.1 2000/05/17 11:08:46 idiscovery Exp $
  3. #
  4. #!/usr/local/bin/tclsh
  5. set dont(plusarm.gif) 1
  6. set dont(minusarm.gif) 1
  7. foreach file [glob *.gif] {
  8. if ![info exists dont($file)] {
  9. puts "giftool -1 -B $file"
  10. }
  11. }
上海开阖软件有限公司 沪ICP备12045867号-1