5 řádky
64 B
Bash
Spustitelný soubor
5 řádky
64 B
Bash
Spustitelný soubor
#!/bin/sh
|
|
#
|
|
BASEPATH=`dirname $0`
|
|
python $BASEPATH/file2mail.py
|