home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Libraries
/
stdwin
/
Appls
/
dpv
/
makefunny
< 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
Text File
|
1988-11-17
|
109 b
|
8 lines
|
[
TEXT/????
]
#!/bin/sh
# Make funny character translation tables
for file
do
sed "s/ - / `basename $file` /" $file
done