/[LeafOK_CVS]/pvpgn-1.7.4/scripts/tos.sh
ViewVC logotype

Annotation of /pvpgn-1.7.4/scripts/tos.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Tue Jun 6 03:41:37 2006 UTC (19 years, 9 months ago) by sysadm
CVS Tags: pvpgn_1-7-4-0_MIL
Branch point for: GNU, MAIN
Content type: text/x-sh
Initial revision

1 sysadm 1.1 #!/bin/sh
2    
3     if [ X"$1" != X"" ]; then
4     cd "$1"
5     fi
6    
7     LNG="RUS POL CHI SIN HAN KOR JPN ITA BRA POR FRA DEU ESP USA ENU"
8    
9     for i in $LNG
10     do
11     echo "Generating Term Of Service for language \"$i\""
12     cp -f tos.txt tos_"$i".txt
13     cp -f tos.txt tos-unicode_"$i".txt
14     done

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1