5 lignes
64 B
Bash
Fichiers exécutables
5 lignes
64 B
Bash
Fichiers exécutables
#!/bin/sh
|
|
#
|
|
BASEPATH=`dirname $0`
|
|
python $BASEPATH/file2mail.py
|