/[enigma]/enigma/data/gfx/00process.sh
ViewVC logotype

Diff of /enigma/data/gfx/00process.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by reallysoft, Sun May 11 08:52:13 2003 UTC revision 1.3 by reallysoft, Mon May 12 20:36:08 2003 UTC
# Line 9  Line 9 
9  #  #
10    
11  if [ -z "$1" ]; then  if [ -z "$1" ]; then
12          echo 'Usage: 00process.sh [ all | filename ]'          echo 'Usage: 00process.sh [ all | filename(s) ]'
13          echo 'Convert all files | single specified file'          echo 'Convert all files | single specified file'
14          exit 1          exit 1
15  fi  fi
# Line 18  if [ "$1" = "all" ]; then Line 18  if [ "$1" = "all" ]; then
18          transparent="st*.png it*.png ring*.png sh*.png invisible.png"          transparent="st*.png it*.png ring*.png sh*.png invisible.png"
19          transparent="$transparent inv-black*.png ac-*.png expl.png oxydb*.png"          transparent="$transparent inv-black*.png ac-*.png expl.png oxydb*.png"
20  else  else
21          transparent="$1"          transparent="$*"
22  fi  fi
23    
24  for f in $transparent; do  for f in $transparent; do

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26