5 行
64 B
Bash
可执行文件
5 行
64 B
Bash
可执行文件
#!/bin/sh
|
|
#
|
|
BASEPATH=`dirname $0`
|
|
python $BASEPATH/file2mail.py
|