CHips L MINI SHELL

CHips L pro

Current Path : /opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/modules/blogweb/www/lang/
Upload File :
Current File : //opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/modules/blogweb/www/lang/addlang.sh

#!/bin/bash

if [ "x$1" = "x" ] 
 then
   echo "USAGE: addlang.sh INPUT-FILE"
   echo "----------------------------"
   echo "This script will append the contents of INPUT-FILE to every "
   echo "available language file."
   exit 1
 else
   find -maxdepth 1 -name \*.php -exec ./append.sh $1 {} \;
   cd UTF-8
   ./recode.sh
fi

Copyright 2K16 - 2K18 Indonesian Hacker Rulez