Develop and Download Open Source Software

Browse CVS Repository

Contents of /enbanfukusyaya/EnbanFukusyaYa/Linux/to_euc.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (as text) (vendor branch)
Wed Apr 14 15:04:00 2004 UTC (20 years ago) by bananajinn
Branch: MAIN, vendor
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/x-sh

1 #!/bin/sh
2 cd ../DriveAccess
3
4 for fn in *.c *.h; do
5 echo Converting $fn to euc...
6 nkf -e -Lu $fn > tmp
7 mv tmp $fn
8 done
9

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26