/[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.1.1 - (hide annotations) (vendor branch)
Tue Jun 6 03:41:37 2006 UTC (19 years, 9 months ago) by sysadm
Branch: GNU, MAIN
CVS Tags: arelease, HEAD
Changes since 1.1: +0 -0 lines
Content type: text/x-sh
no message

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