# !/bin/bash
#
# script de mise à jour drupal core sur les differents sites o2Switch
#
# function function_name {
#	if [ -z $0 ]
#	then
#		echo "Entrer la version de drupal à utiliser : ./script_drupal_upgrade.sh [Version] : Par exemple ./script_drupal_upgrade.sh 7.84"
#		exit 1
#	fi
}
#check_argument
#wget https://ftp.drupal.org/files/projects/drupal$0.tar.gz -o ~/public_html/drupal.tar.gz
#tar -xzvpf ~/public_html/drupal.tar.gz
#mv ~/public_html/drupal/index.php ~/public_html/drupal/index_new.php  
#chmod 770 ~/public_html/drupal/index_new.php
echo "test"
