Develop and Download Open Source Software

Browse CVS Repository

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sun Feb 12 13:21:49 2006 UTC (18 years, 2 months ago) by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-sh
*** empty log message ***

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

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