[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/lang/ -> addlang.sh (source)

   1  #!/bin/bash
   2  
   3  if [ "x$1" = "x" ] 
   4   then
   5     echo "USAGE: addlang.sh INPUT-FILE"
   6     echo "----------------------------"
   7     echo "This script will append the contents of INPUT-FILE to every "
   8     echo "available language file."
   9     exit 1
  10   else
  11     find -maxdepth 1 -name \*.php -exec ./append.sh $1 {} \;
  12     cd UTF-8
  13     ./recode.sh
  14  fi


Généré le : Sat Nov 24 09:00:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics