#-*- coding: utf-8 -*-
#!bin/bash
#! /usr/bin/python
#$ -l h_rt=1:30:00
#$ -l virtual_free=500M
#$ -l arch='*'
#$ -m as
#$ -o /home/hercule/logs/LienFr.log
#$ -j y
#$ -wd /home/hercule/
export LANG
LANG=fr_FR.UTF-8
python /home/hercule/template.py "Lien" "Lien/Conversion automatique" -cat:"Page utilisant Lien pour un article existant" -summary:"[Bot] : transformation de liens avec le modèle {{Lien}} en lien interne, suite à la création de l'article correspondant" -assubst -pt:0 -always
mutt -s "Fin de LienFr" hercule < /home/hercule/logs/LienFr.log
