This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# @fileoverview 上传目录下的所有 torrent 文件到迅雷离线. | |
# @author ChenCheng <[email protected]> | |
# @ref https://github.com/iambus/xunlei-lixian | |
# | |
tmpdir="path/to/tmp/directory"; | |
script="path/to/xunlei-lixian/lixian_cli.py" | |
if [ ! -d "$tmpdir" ]; then |