home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Games
/
Xconq 7.1.0
/
src
/
xconq-7.1.0
/
lib
/
makedir.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-07-07
|
315 b
|
16 lines
|
[
TEXT/R*ch
]
#!/bin/sh
# Create the imf dir file.
# The perl version in makedir.pl detects some errors that this one will
# miss, but otherwise they're identical in behavior.
echo "ImageFamilyName FileName"
grep '(imf ' $* | \
sed -e 's/\(.*\):(imf "\([-a-z0-9]*\)".*$/\2 \1/' | \
grep -v : | \
sort | \
uniq
echo ". ."